summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeck <>2014-07-11 13:35:57 +0000
committerbeck <>2014-07-11 13:35:57 +0000
commit348e81746631673e88ea126c2a95493cd916977a (patch)
tree0287c437f849c5cf74d29900b3db7f245d77d9f5
parente5bd68fbf698eda6db31914219e0ff7e755a1a02 (diff)
downloadopenbsd-348e81746631673e88ea126c2a95493cd916977a.tar.gz
openbsd-348e81746631673e88ea126c2a95493cd916977a.tar.bz2
openbsd-348e81746631673e88ea126c2a95493cd916977a.zip
Fix incorrect duplicate mlinks
ok bcook@
-rw-r--r--src/lib/libcrypto/man/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 557853787a..bd0434d9e7 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.7 2014/07/11 13:21:05 beck Exp $ 1# $OpenBSD: Makefile,v 1.8 2014/07/11 13:35:57 beck Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -811,17 +811,10 @@ MLINKS+=\
811 d2i_X509_REQ.3 i2d_X509_REQ.3 \ 811 d2i_X509_REQ.3 i2d_X509_REQ.3 \
812 d2i_X509_REQ.3 i2d_X509_REQ_bio.3 \ 812 d2i_X509_REQ.3 i2d_X509_REQ_bio.3 \
813 d2i_X509_REQ.3 i2d_X509_REQ_fp.3 \ 813 d2i_X509_REQ.3 i2d_X509_REQ_fp.3 \
814 dsa.3 DSA_OpenSSL.3 \
815 dsa.3 DSA_SIG_free.3 \ 814 dsa.3 DSA_SIG_free.3 \
816 dsa.3 DSA_do_verify.3 \ 815 dsa.3 DSA_do_verify.3 \
817 dsa.3 DSA_free.3 \
818 dsa.3 DSA_get_default_method.3 \
819 dsa.3 DSA_get_ex_data.3 \ 816 dsa.3 DSA_get_ex_data.3 \
820 dsa.3 DSA_new_method.3 \
821 dsa.3 DSA_set_default_method.3 \
822 dsa.3 DSA_set_ex_data.3 \ 817 dsa.3 DSA_set_ex_data.3 \
823 dsa.3 DSA_sign_setup.3 \
824 dsa.3 DSA_verify.3 \
825 ecdsa.3 ECDSA_OpenSSL.3 \ 818 ecdsa.3 ECDSA_OpenSSL.3 \
826 ecdsa.3 ECDSA_SIG_free.3 \ 819 ecdsa.3 ECDSA_SIG_free.3 \
827 ecdsa.3 ECDSA_SIG_new.3 \ 820 ecdsa.3 ECDSA_SIG_new.3 \