Add blake2 support.
[openssl.git] / include / openssl / evp.h
index 4516db130e230e50be809f9bcada74a930740c24..c5598133e359fa6cbd2dd1f82cb4755f67bbf103 100644 (file)
@@ -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);