hcrypto compiler warnings
This commit is contained in:
@@ -407,12 +407,14 @@ get_EVP_MD(heim_base_once_t *once, hc_EVP_MD *hc_memoize,
|
||||
#include "evp-hcrypto.h"
|
||||
|
||||
#define OSSL_CIPHER_ALGORITHM(name, flags) \
|
||||
extern const hc_EVP_CIPHER *hc_EVP_ossl_##name(void); \
|
||||
const hc_EVP_CIPHER *hc_EVP_ossl_##name(void) \
|
||||
{ \
|
||||
return hc_EVP_hcrypto_##name(); \
|
||||
}
|
||||
|
||||
#define OSSL_MD_ALGORITHM(name) \
|
||||
extern const hc_EVP_MD *hc_EVP_ossl_##name(void); \
|
||||
const hc_EVP_MD *hc_EVP_ossl_##name(void) \
|
||||
{ \
|
||||
return hc_EVP_hcrypto_##name(); \
|
||||
|
Reference in New Issue
Block a user