Mercurial > dropbear
diff libtomcrypt/src/headers/tomcrypt.h @ 351:e66eec4dcba7 debug-unrandom
some more debugging output
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 08 Aug 2006 15:31:38 +0000 |
parents | 1b9e69c058d2 |
children |
line wrap: on
line diff
--- a/libtomcrypt/src/headers/tomcrypt.h Sun Aug 06 15:29:41 2006 +0000 +++ b/libtomcrypt/src/headers/tomcrypt.h Tue Aug 08 15:31:38 2006 +0000 @@ -9,7 +9,7 @@ #include <limits.h> /* use configuration data */ -#include <tomcrypt_custom.h> +#include "tomcrypt_custom.h" #ifdef __cplusplus extern "C" { @@ -63,16 +63,16 @@ CRYPT_INVALID_PRIME_SIZE/* Invalid size of prime requested */ }; -#include <tomcrypt_cfg.h> -#include <tomcrypt_macros.h> -#include <tomcrypt_cipher.h> -#include <tomcrypt_hash.h> -#include <tomcrypt_mac.h> -#include <tomcrypt_prng.h> -#include <tomcrypt_pk.h> -#include <tomcrypt_misc.h> -#include <tomcrypt_argchk.h> -#include <tomcrypt_pkcs.h> +#include "tomcrypt_cfg.h" +#include "tomcrypt_macros.h" +#include "tomcrypt_cipher.h" +#include "tomcrypt_hash.h" +#include "tomcrypt_mac.h" +#include "tomcrypt_prng.h" +#include "tomcrypt_pk.h" +#include "tomcrypt_misc.h" +#include "tomcrypt_argchk.h" +#include "tomcrypt_pkcs.h" #ifdef __cplusplus }