From 0a60ef26bd13e6007c4fdd0f09b5a8d4785113c0 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 11 Jan 2007 04:28:09 +0000 Subject: [PATCH] Replace // with /* */ --HG-- branch : libtomcrypt-dropbear extra : convert_revision : c1db4398d56c56c6d06ae1e20c1e0d04dbb598ed --- src/headers/tomcrypt_custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/headers/tomcrypt_custom.h b/src/headers/tomcrypt_custom.h index 4bf668f..440168b 100644 --- a/src/headers/tomcrypt_custom.h +++ b/src/headers/tomcrypt_custom.h @@ -72,7 +72,7 @@ /* Enable self-test test vector checking */ /* Not for dropbear */ -//#define LTC_TEST +/*#define LTC_TEST*/ /* clean the stack of functions which put private information on stack */ /* #define LTC_CLEAN_STACK */