mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Fix commenting out
This commit is contained in:
parent
57d474e183
commit
d8bb6a7816
@ -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$ */
|
||||
|
Loading…
Reference in New Issue
Block a user