comparison mycrypt_misc.h @ 144:7ed585a2c53b libtomcrypt

propagate of 3f8f752126017cbe7d93c4086c27a91550df745f and 747ebf284d40a15b338e5a5c7730ecec6eade3d7 from branch 'au.asn.ucc.matt.ltc-orig' to 'au.asn.ucc.matt.ltc-db'
author Matt Johnston <matt@ucc.asn.au>
date Sun, 19 Dec 2004 11:47:33 +0000
parents 5d99163f7e32 09ab3354aa21
children
comparison
equal deleted inserted replaced
143:5d99163f7e32 144:7ed585a2c53b
12 void burn_stack(unsigned long len); 12 void burn_stack(unsigned long len);
13 13
14 const char *error_to_string(int err); 14 const char *error_to_string(int err);
15 int mpi_to_ltc_error(int err); 15 int mpi_to_ltc_error(int err);
16 16
17 extern const char *crypt_build_settings; 17 #if 0
18 /* Takes up space we don\'t need for Dropbear */
19 extern const char *crypt_build_settings;
20 #endif