Include EVP_whirlpool() prototype in evp.h
This commit is contained in:
parent
7096217d39
commit
200fc02848
@ -625,6 +625,9 @@ const EVP_MD *EVP_mdc2(void);
|
|||||||
#ifndef OPENSSL_NO_RIPEMD
|
#ifndef OPENSSL_NO_RIPEMD
|
||||||
const EVP_MD *EVP_ripemd160(void);
|
const EVP_MD *EVP_ripemd160(void);
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_WHIRLPOOL
|
||||||
|
const EVP_MD *EVP_whirlpool(void);
|
||||||
|
#endif
|
||||||
const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
|
const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
const EVP_CIPHER *EVP_des_ecb(void);
|
const EVP_CIPHER *EVP_des_ecb(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user