X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fevp.h;h=4a3fee12eb74fc9bbcaafacd5262cda64e217255;hp=aaecc1b80a5b1aa0feee9236a5a11ed754a11de4;hb=4bed94f0c11ef63587c6b2edb03c3c438e221604;hpb=3bf0c3fe31d5339524dae671064cc5fe9e4bda38 diff --git a/include/openssl/evp.h b/include/openssl/evp.h index aaecc1b80a..4a3fee12eb 100644 --- a/include/openssl/evp.h +++ b/include/openssl/evp.h @@ -1,5 +1,5 @@ /* - * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -702,6 +702,8 @@ const EVP_MD *EVP_sha224(void); const EVP_MD *EVP_sha256(void); const EVP_MD *EVP_sha384(void); const EVP_MD *EVP_sha512(void); +const EVP_MD *EVP_sha512_224(void); +const EVP_MD *EVP_sha512_256(void); const EVP_MD *EVP_sha3_224(void); const EVP_MD *EVP_sha3_256(void); const EVP_MD *EVP_sha3_384(void);