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/regress/lib/libcrypto/Makefile | |
| 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/regress/lib/libcrypto/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index b2247a7b29..a6c1bbffd3 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.18 2015/06/20 01:07:25 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.19 2015/09/13 21:09:56 doug Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR= \ | 3 | SUBDIR= \ |
| 4 | aead \ | 4 | aead \ |
| @@ -34,7 +34,6 @@ SUBDIR= \ | |||
| 34 | rc2 \ | 34 | rc2 \ |
| 35 | rc4 \ | 35 | rc4 \ |
| 36 | rmd \ | 36 | rmd \ |
| 37 | sha \ | ||
| 38 | sha1 \ | 37 | sha1 \ |
| 39 | sha2 \ | 38 | sha2 \ |
| 40 | sha256 \ | 39 | sha256 \ |
