diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index c09e2c046a..04e0455623 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.69 2018/09/12 06:35:38 djm Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.70 2018/11/11 06:53:31 tb 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 | * |
@@ -686,6 +686,9 @@ const EVP_MD *EVP_sha256(void); | |||
686 | const EVP_MD *EVP_sha384(void); | 686 | const EVP_MD *EVP_sha384(void); |
687 | const EVP_MD *EVP_sha512(void); | 687 | const EVP_MD *EVP_sha512(void); |
688 | #endif | 688 | #endif |
689 | #ifndef OPENSSL_NO_SM3 | ||
690 | const EVP_MD *EVP_sm3(void); | ||
691 | #endif | ||
689 | #ifndef OPENSSL_NO_RIPEMD | 692 | #ifndef OPENSSL_NO_RIPEMD |
690 | const EVP_MD *EVP_ripemd160(void); | 693 | const EVP_MD *EVP_ripemd160(void); |
691 | #endif | 694 | #endif |