summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 035b4ad28c..8b3c1d9ae7 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp.h,v 1.114 2023/03/10 16:41:07 tb Exp $ */ 1/* $OpenBSD: evp.h,v 1.115 2023/04/16 16:42:06 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -621,6 +621,10 @@ const EVP_MD *EVP_sha256(void);
621#ifndef OPENSSL_NO_SHA512 621#ifndef OPENSSL_NO_SHA512
622const EVP_MD *EVP_sha384(void); 622const EVP_MD *EVP_sha384(void);
623const EVP_MD *EVP_sha512(void); 623const EVP_MD *EVP_sha512(void);
624#if defined(LIBRESSL_INTERNAL) || defined(LIBRESSL_NEXT_API)
625const EVP_MD *EVP_sha512_224(void);
626const EVP_MD *EVP_sha512_256(void);
627#endif
624#endif 628#endif
625#ifndef OPENSSL_NO_SM3 629#ifndef OPENSSL_NO_SM3
626const EVP_MD *EVP_sm3(void); 630const EVP_MD *EVP_sm3(void);