Fix commenting out

This commit is contained in:
Matt Johnston 2018-02-09 23:34:48 +08:00
parent 57d474e183
commit d8bb6a7816

View File

@ -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$ */