summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorDoug Hogan <doug@cvs.openbsd.org>2015-06-20 01:07:26 +0000
committerDoug Hogan <doug@cvs.openbsd.org>2015-06-20 01:07:26 +0000
commit811b82a7004019fe01b0effefbf87dedcfbb1d63 (patch)
tree4bc4eefc57948fa77fa69a4e8e7029610ed7595b /lib/libcrypto/man/Makefile
parent2efa7300fb7d762cd4fcd6d6e6f4854f6969d6a2 (diff)
Remove obsolete MDC-2DES from libcrypto.
ok deraadt@ jsing@ miod@
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 872391db3ef..c968943cc03 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2015/05/24 15:44:52 schwarze Exp $
+# $OpenBSD: Makefile,v 1.21 2015/06/20 01:07:24 doug Exp $
.include <bsd.own.mk> # for NOMAN
@@ -645,7 +645,6 @@ MLINKS+=\
EVP_DigestInit.3 EVP_md2.3 \
EVP_DigestInit.3 EVP_md5.3 \
EVP_DigestInit.3 EVP_md_null.3 \
- EVP_DigestInit.3 EVP_mdc2.3 \
EVP_DigestInit.3 EVP_ripemd160.3 \
EVP_DigestInit.3 EVP_sha.3 \
EVP_DigestInit.3 EVP_sha1.3 \