comparison crypt.c @ 16:09ab3354aa21 libtomcrypt

propagate of e8bea23df30f9f46c647d06db3b223427b4e3604 and b0b6b4a8843b94d9f049cb5ffe0b1ae91ec1bf8b from branch 'au.asn.ucc.matt.ltc-orig' to 'au.asn.ucc.matt.ltc-db'
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Jun 2004 14:27:14 +0000
parents 6362d3854bb4 d7da3b1e1540
children 7ed585a2c53b
comparison
equal deleted inserted replaced
15:6362d3854bb4 16:09ab3354aa21
7 * guarantee it works. 7 * guarantee it works.
8 * 8 *
9 * Tom St Denis, [email protected], http://libtomcrypt.org 9 * Tom St Denis, [email protected], http://libtomcrypt.org
10 */ 10 */
11 #include "mycrypt.h" 11 #include "mycrypt.h"
12
13 /* Dropbear doesn't need these
12 14
13 const char *crypt_build_settings = 15 const char *crypt_build_settings =
14 "LibTomCrypt " SCRYPT "\n\n" 16 "LibTomCrypt " SCRYPT "\n\n"
15 "Endianess: " 17 "Endianess: "
16 #if defined(ENDIAN_NEUTRAL) 18 #if defined(ENDIAN_NEUTRAL)
234 " LTC_TEST " 236 " LTC_TEST "
235 #endif 237 #endif
236 "\n" 238 "\n"
237 "\n\n\n" 239 "\n\n\n"
238 ; 240 ;
239 241 */
242