diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-09 23:34:48 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-09 23:34:48 +0800 |
commit | d8bb6a7816cdef064e03ce68e71fcd926ced1a94 (patch) | |
tree | 3c27429f9ae4ab2de1e5e536cb4e949b4d473e59 /libtomcrypt | |
parent | 57d474e1831c36563548a7ca540eed24139c5a96 (diff) |
Fix commenting out
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/src/misc/crypt/crypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtomcrypt/src/misc/crypt/crypt.c b/libtomcrypt/src/misc/crypt/crypt.c index e20c271..83b6c21 100644 --- a/libtomcrypt/src/misc/crypt/crypt.c +++ b/libtomcrypt/src/misc/crypt/crypt.c @@ -15,7 +15,7 @@ #define NAME_VALUE(s) #s"="NAME(s) #define NAME(s) #s -/* +#if 0 /* Dropbear */ const char *crypt_build_settings = "LibTomCrypt " SCRYPT " (www.libtom.net)\n" "LibTomCrypt is public domain software.\n" @@ -489,7 +489,7 @@ const char *crypt_build_settings = #endif "\n" ; - */ +#endif /* Dropbear */ /* ref: $Format:%D$ */ |