summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2014-07-11 13:35:57 +0000
committerbeck <beck@openbsd.org>2014-07-11 13:35:57 +0000
commite2434546990f5ef96cd8d47514809cfd95d8a588 (patch)
treecc75e2f1e7a23d604cc27bc454bdf2a3aaabef2f
parentMake sure BN_sqr never returns negative numbers. (diff)
downloadwireguard-openbsd-e2434546990f5ef96cd8d47514809cfd95d8a588.tar.xz
wireguard-openbsd-e2434546990f5ef96cd8d47514809cfd95d8a588.zip
Fix incorrect duplicate mlinks
ok bcook@
-rw-r--r--lib/libcrypto/man/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 557853787ac..bd0434d9e73 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2014/07/11 13:21:05 beck Exp $
+# $OpenBSD: Makefile,v 1.8 2014/07/11 13:35:57 beck Exp $
.include <bsd.own.mk> # for NOMAN
@@ -811,17 +811,10 @@ MLINKS+=\
d2i_X509_REQ.3 i2d_X509_REQ.3 \
d2i_X509_REQ.3 i2d_X509_REQ_bio.3 \
d2i_X509_REQ.3 i2d_X509_REQ_fp.3 \
- dsa.3 DSA_OpenSSL.3 \
dsa.3 DSA_SIG_free.3 \
dsa.3 DSA_do_verify.3 \
- dsa.3 DSA_free.3 \
- dsa.3 DSA_get_default_method.3 \
dsa.3 DSA_get_ex_data.3 \
- dsa.3 DSA_new_method.3 \
- dsa.3 DSA_set_default_method.3 \
dsa.3 DSA_set_ex_data.3 \
- dsa.3 DSA_sign_setup.3 \
- dsa.3 DSA_verify.3 \
ecdsa.3 ECDSA_OpenSSL.3 \
ecdsa.3 ECDSA_SIG_free.3 \
ecdsa.3 ECDSA_SIG_new.3 \