diff libtomcrypt/src/misc/crypt/crypt.c @ 1475:59e66cdaf10f

Fix commenting out
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:34:48 +0800
parents 6dba84798cd5
children e9dba7abd939
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$ */