From d8bb6a7816cdef064e03ce68e71fcd926ced1a94 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 9 Feb 2018 23:34:48 +0800 Subject: Fix commenting out --- libtomcrypt/src/misc/crypt/crypt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtomcrypt') 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$ */ -- cgit v1.2.3