summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-01-11 04:28:09 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-01-11 04:28:09 +0000
commit74d0b7c99b103e94919b3b2cda28df6a769f1da7 (patch)
treec97593f08d31cd3beb7232ac15794f08a70c8bd5
parenta8df079d41495a4b4f6288c2fbeea45e1963e3d5 (diff)
downloaddropbear-libtomcrypt-dropbear.tar.gz
Replace // with /* */libtomcrypt-dropbear
-rw-r--r--src/headers/tomcrypt_custom.h2
1 files changed, 1 insertions, 1 deletions
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 */