diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 57f8753ced..c9a11c3a5f 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.45 2015/06/20 01:07:24 doug Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.46 2015/09/13 21:09:56 doug 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 | * |
@@ -655,7 +655,6 @@ const EVP_MD *EVP_md4(void); | |||
655 | const EVP_MD *EVP_md5(void); | 655 | const EVP_MD *EVP_md5(void); |
656 | #endif | 656 | #endif |
657 | #ifndef OPENSSL_NO_SHA | 657 | #ifndef OPENSSL_NO_SHA |
658 | const EVP_MD *EVP_sha(void); | ||
659 | const EVP_MD *EVP_sha1(void); | 658 | const EVP_MD *EVP_sha1(void); |
660 | const EVP_MD *EVP_dss(void); | 659 | const EVP_MD *EVP_dss(void); |
661 | const EVP_MD *EVP_dss1(void); | 660 | const EVP_MD *EVP_dss1(void); |