X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fevp.h;h=1806f66422dc291534ffe421a8d4da9e33a29969;hp=15796c01c65f6af67d8e8e2136bcab0ab55536d5;hb=2f142ada2c1f04c96c0c3db3ee3b6425934ad83b;hpb=b0700d2c8de79252ba605748a075cf2e5d670da1 diff --git a/include/openssl/evp.h b/include/openssl/evp.h index 15796c01c6..1806f66422 100644 --- a/include/openssl/evp.h +++ b/include/openssl/evp.h @@ -766,6 +766,7 @@ const EVP_MD *EVP_md4(void); # endif # ifndef OPENSSL_NO_MD5 const EVP_MD *EVP_md5(void); +const EVP_MD *EVP_md5_sha1(void); # endif const EVP_MD *EVP_sha1(void); const EVP_MD *EVP_dss1(void);