diff options
author | doug <> | 2015-06-20 01:07:25 +0000 |
---|---|---|
committer | doug <> | 2015-06-20 01:07:25 +0000 |
commit | d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4 (patch) | |
tree | 144d1a93a079c76b8e2df6b6625e26229f129c6d /src/regress/lib/libcrypto/Makefile | |
parent | 423ea1a9bc2db6077e4924282a827eefbd2cdcd8 (diff) | |
download | openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.gz openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.bz2 openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.zip |
Remove obsolete MDC-2DES from libcrypto.
ok deraadt@ jsing@ miod@
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 3836a55d98..b2247a7b29 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.17 2014/11/18 21:52:43 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.18 2015/06/20 01:07:25 doug Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -26,7 +26,6 @@ SUBDIR= \ | |||
26 | ige \ | 26 | ige \ |
27 | md4 \ | 27 | md4 \ |
28 | md5 \ | 28 | md5 \ |
29 | mdc2 \ | ||
30 | pbkdf2 \ | 29 | pbkdf2 \ |
31 | pkcs7 \ | 30 | pkcs7 \ |
32 | poly1305 \ | 31 | poly1305 \ |