summaryrefslogtreecommitdiffhomepage
path: root/src/misc/crypt/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/crypt/crypt.c')
-rw-r--r--src/misc/crypt/crypt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/crypt/crypt.c b/src/misc/crypt/crypt.c
index 6d85ceb..eb75b8d 100644
--- a/src/misc/crypt/crypt.c
+++ b/src/misc/crypt/crypt.c
@@ -15,6 +15,7 @@
Build strings, Tom St Denis
*/
+/*
const char *crypt_build_settings =
"LibTomCrypt " SCRYPT " (Tom St Denis, tomstdenis@gmail.com)\n"
"LibTomCrypt is public domain software.\n"
@@ -308,6 +309,7 @@ const char *crypt_build_settings =
"\n"
"\n\n\n"
;
+ */
/* $Source: /cvs/libtom/libtomcrypt/src/misc/crypt/crypt.c,v $ */