diff options
Diffstat (limited to 'include/sha2.h')
-rw-r--r-- | include/sha2.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sha2.h b/include/sha2.h index e4b2787d2d8..086ec616708 100644 --- a/include/sha2.h +++ b/include/sha2.h @@ -39,15 +39,6 @@ extern "C" { #define SHA224_DIGEST_LENGTH MA_CRYPTO_SHA224_HASH_SIZE #endif -#ifdef HAVE_YASSL - -#define SHA224(a,b,c) ma_crypto_hash(MA_CRYPTO_HASH_SHA224,(c),(const char *)(a),(b)) -#define SHA256(a,b,c) ma_crypto_hash(MA_CRYPTO_HASH_SHA256,(c),(const char *)(a),(b)) -#define SHA384(a,b,c) ma_crypto_hash(MA_CRYPTO_HASH_SHA384,(c),(const char *)(a),(b)) -#define SHA512(a,b,c) ma_crypto_hash(MA_CRYPTO_HASH_SHA512,(c),(const char *)(a),(b)) - -#endif - # ifdef __cplusplus } # endif |