validate args before use
This commit is contained in:
@@ -104,6 +104,7 @@
|
|||||||
#define OpenSSL_add_all_algorithms_noconf hc_OpenSSL_add_all_algorithms_noconf
|
#define OpenSSL_add_all_algorithms_noconf hc_OpenSSL_add_all_algorithms_noconf
|
||||||
#define EVP_CIPHER_CTX_ctrl hc_EVP_CIPHER_CTX_ctrl
|
#define EVP_CIPHER_CTX_ctrl hc_EVP_CIPHER_CTX_ctrl
|
||||||
#define EVP_CIPHER_CTX_rand_key hc_EVP_CIPHER_CTX_rand_key
|
#define EVP_CIPHER_CTX_rand_key hc_EVP_CIPHER_CTX_rand_key
|
||||||
|
#define hcrypto_validate hc_hcrypto_validate
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
@@ -316,6 +317,9 @@ void OpenSSL_add_all_algorithms(void);
|
|||||||
void OpenSSL_add_all_algorithms_conf(void);
|
void OpenSSL_add_all_algorithms_conf(void);
|
||||||
void OpenSSL_add_all_algorithms_noconf(void);
|
void OpenSSL_add_all_algorithms_noconf(void);
|
||||||
|
|
||||||
|
void
|
||||||
|
hcrypto_validate(void);
|
||||||
|
|
||||||
HC_CPP_END
|
HC_CPP_END
|
||||||
|
|
||||||
#endif /* HEIM_EVP_H */
|
#endif /* HEIM_EVP_H */
|
||||||
|
Reference in New Issue
Block a user