comparison src/misc/crypt/crypt.c @ 281:997e6f7dc01e libtomcrypt-dropbear

Just import the Dropbear 0.47 libtomcrypt changes
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Mar 2006 13:02:58 +0000
parents 59400faa4b44
children 999a5eb4ed10
comparison
equal deleted inserted replaced
280:59400faa4b44 281:997e6f7dc01e
13 /** 13 /**
14 @file crypt.c 14 @file crypt.c
15 Build strings, Tom St Denis 15 Build strings, Tom St Denis
16 */ 16 */
17 17
18 /*
18 const char *crypt_build_settings = 19 const char *crypt_build_settings =
19 "LibTomCrypt " SCRYPT " (Tom St Denis, [email protected])\n" 20 "LibTomCrypt " SCRYPT " (Tom St Denis, [email protected])\n"
20 "LibTomCrypt is public domain software.\n" 21 "LibTomCrypt is public domain software.\n"
21 "Built on " __DATE__ " at " __TIME__ "\n\n\n" 22 "Built on " __DATE__ " at " __TIME__ "\n\n\n"
22 "Endianess: " 23 "Endianess: "
306 " LTC_PTHREAD " 307 " LTC_PTHREAD "
307 #endif 308 #endif
308 "\n" 309 "\n"
309 "\n\n\n" 310 "\n\n\n"
310 ; 311 ;
312 */
311 313
312 314
313 /* $Source: /cvs/libtom/libtomcrypt/src/misc/crypt/crypt.c,v $ */ 315 /* $Source: /cvs/libtom/libtomcrypt/src/misc/crypt/crypt.c,v $ */
314 /* $Revision: 1.11 $ */ 316 /* $Revision: 1.11 $ */
315 /* $Date: 2005/06/19 18:00:28 $ */ 317 /* $Date: 2005/06/19 18:00:28 $ */