Mercurial > dropbear
comparison src/misc/crypt/crypt.c @ 195:19e5d79b7190 libtomcrypt
Cleanup of import of LTC 1.02, still problematic for Dropbear
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 09 May 2005 09:33:00 +0000 |
parents | 9cc34777b479 |
children | 4768b55c5240 |
comparison
equal
deleted
inserted
replaced
192:9cc34777b479 | 195:19e5d79b7190 |
---|---|
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: " |