changeset 1475:59e66cdaf10f

Fix commenting out
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:34:48 +0800
parents d398809812e6
children 8305ebe45940
files libtomcrypt/src/misc/crypt/crypt.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libtomcrypt/src/misc/crypt/crypt.c	Fri Feb 09 23:34:03 2018 +0800
+++ b/libtomcrypt/src/misc/crypt/crypt.c	Fri Feb 09 23:34:48 2018 +0800
@@ -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 @@
 #endif
     "\n"
     ;
-	*/
+#endif /* Dropbear */
 
 
 /* ref:         $Format:%D$ */