comparison libtomcrypt/src/misc/crypt/crypt.c @ 1475:59e66cdaf10f

Fix commenting out
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:34:48 +0800
parents 6dba84798cd5
children e9dba7abd939
comparison
equal deleted inserted replaced
1474:d398809812e6 1475:59e66cdaf10f
13 Build strings, Tom St Denis 13 Build strings, Tom St Denis
14 */ 14 */
15 #define NAME_VALUE(s) #s"="NAME(s) 15 #define NAME_VALUE(s) #s"="NAME(s)
16 #define NAME(s) #s 16 #define NAME(s) #s
17 17
18 /* 18 #if 0 /* Dropbear */
19 const char *crypt_build_settings = 19 const char *crypt_build_settings =
20 "LibTomCrypt " SCRYPT " (www.libtom.net)\n" 20 "LibTomCrypt " SCRYPT " (www.libtom.net)\n"
21 "LibTomCrypt is public domain software.\n" 21 "LibTomCrypt is public domain software.\n"
22 #if defined(INCLUDE_BUILD_DATE) 22 #if defined(INCLUDE_BUILD_DATE)
23 "Built on " __DATE__ " at " __TIME__ "\n" 23 "Built on " __DATE__ " at " __TIME__ "\n"
487 #if defined(LTC_ECC_SHAMIR) 487 #if defined(LTC_ECC_SHAMIR)
488 " LTC_ECC_SHAMIR " 488 " LTC_ECC_SHAMIR "
489 #endif 489 #endif
490 "\n" 490 "\n"
491 ; 491 ;
492 */ 492 #endif /* Dropbear */
493 493
494 494
495 /* ref: $Format:%D$ */ 495 /* ref: $Format:%D$ */
496 /* git commit: $Format:%H$ */ 496 /* git commit: $Format:%H$ */
497 /* commit time: $Format:%ai$ */ 497 /* commit time: $Format:%ai$ */