From 74d0b7c99b103e94919b3b2cda28df6a769f1da7 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 11 Jan 2007 04:28:09 +0000 Subject: Replace // with /* */ --- 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 */ -- cgit v1.2.1