diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
| -rw-r--r-- | src/lib/libcrypto/evp/evp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 75798dae8c..68e1049587 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.51 2016/05/30 13:42:54 beck Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.52 2017/02/28 14:15:37 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 | * |
| @@ -659,6 +659,7 @@ const EVP_MD *EVP_md4(void); | |||
| 659 | #endif | 659 | #endif |
| 660 | #ifndef OPENSSL_NO_MD5 | 660 | #ifndef OPENSSL_NO_MD5 |
| 661 | const EVP_MD *EVP_md5(void); | 661 | const EVP_MD *EVP_md5(void); |
| 662 | const EVP_MD *EVP_md5_sha1(void); | ||
| 662 | #endif | 663 | #endif |
| 663 | #ifndef OPENSSL_NO_SHA | 664 | #ifndef OPENSSL_NO_SHA |
| 664 | const EVP_MD *EVP_sha1(void); | 665 | const EVP_MD *EVP_sha1(void); |
