summaryrefslogtreecommitdiffhomepage
path: root/src
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
commit0a60ef26bd13e6007c4fdd0f09b5a8d4785113c0 (patch)
treec97593f08d31cd3beb7232ac15794f08a70c8bd5 /src
parent7f0dd15bab8451fcea6eb1032ccbb13f4185d654 (diff)
Replace // with /* */
--HG-- branch : libtomcrypt-dropbear extra : convert_revision : c1db4398d56c56c6d06ae1e20c1e0d04dbb598ed
Diffstat (limited to 'src')
-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 */