X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fevp.h;h=c5598133e359fa6cbd2dd1f82cb4755f67bbf103;hp=4516db130e230e50be809f9bcada74a930740c24;hb=2d0b44126763f989a4cbffbffe9d0c7518158bb7;hpb=40f43f8a2e7c75f032672d198604e4fbd6a60fd8 diff --git a/include/openssl/evp.h b/include/openssl/evp.h index 4516db130e..c5598133e3 100644 --- a/include/openssl/evp.h +++ b/include/openssl/evp.h @@ -700,6 +700,10 @@ const EVP_MD *EVP_md4(void); const EVP_MD *EVP_md5(void); const EVP_MD *EVP_md5_sha1(void); # endif +# ifndef OPENSSL_NO_BLAKE2 +const EVP_MD *EVP_blake2b(void); +const EVP_MD *EVP_blake2s(void); +# endif const EVP_MD *EVP_sha1(void); const EVP_MD *EVP_sha224(void); const EVP_MD *EVP_sha256(void);