summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt')
-rw-r--r--libtomcrypt/src/misc/crypt/crypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtomcrypt/src/misc/crypt/crypt.c b/libtomcrypt/src/misc/crypt/crypt.c
index e20c271..83b6c21 100644
--- a/libtomcrypt/src/misc/crypt/crypt.c
+++ b/libtomcrypt/src/misc/crypt/crypt.c
@@ -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$ */