diff options
author | doug <> | 2015-09-13 21:09:56 +0000 |
---|---|---|
committer | doug <> | 2015-09-13 21:09:56 +0000 |
commit | 3a95df64bde1592af373f6d58178d0314908dbbd (patch) | |
tree | 982a180264ee66bd2bae30aea737ff5770b8509b /src/lib/libcrypto/evp/evp.h | |
parent | dcd4d5509d6bf753588a993688daf1132f50a7ed (diff) | |
download | openbsd-3a95df64bde1592af373f6d58178d0314908dbbd.tar.gz openbsd-3a95df64bde1592af373f6d58178d0314908dbbd.tar.bz2 openbsd-3a95df64bde1592af373f6d58178d0314908dbbd.zip |
Remove SHA-0 support.
SHA-0 was withdrawn shortly after publication 20 years ago and replaced
with SHA-1. This will require a major crank.
ok bcook@, jsing@
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); |