mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Fix commenting out
This commit is contained in:
@@ -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$ */
|
||||
|
||||
Reference in New Issue
Block a user