mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +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_VALUE(s) #s"="NAME(s)
|
||||||
#define NAME(s) #s
|
#define NAME(s) #s
|
||||||
|
|
||||||
/*
|
#if 0 /* Dropbear */
|
||||||
const char *crypt_build_settings =
|
const char *crypt_build_settings =
|
||||||
"LibTomCrypt " SCRYPT " (www.libtom.net)\n"
|
"LibTomCrypt " SCRYPT " (www.libtom.net)\n"
|
||||||
"LibTomCrypt is public domain software.\n"
|
"LibTomCrypt is public domain software.\n"
|
||||||
@ -489,7 +489,7 @@ const char *crypt_build_settings =
|
|||||||
#endif
|
#endif
|
||||||
"\n"
|
"\n"
|
||||||
;
|
;
|
||||||
*/
|
#endif /* Dropbear */
|
||||||
|
|
||||||
|
|
||||||
/* ref: $Format:%D$ */
|
/* ref: $Format:%D$ */
|
||||||
|
Loading…
Reference in New Issue
Block a user