diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-01-11 04:28:09 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-01-11 04:28:09 +0000 |
commit | 0a60ef26bd13e6007c4fdd0f09b5a8d4785113c0 (patch) | |
tree | c97593f08d31cd3beb7232ac15794f08a70c8bd5 | |
parent | 7f0dd15bab8451fcea6eb1032ccbb13f4185d654 (diff) |
Replace // with /* */
--HG--
branch : libtomcrypt-dropbear
extra : convert_revision : c1db4398d56c56c6d06ae1e20c1e0d04dbb598ed
-rw-r--r-- | src/headers/tomcrypt_custom.h | 2 |
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 */ |