diff options
author | 2014-12-06 22:18:18 +0000 | |
---|---|---|
committer | 2014-12-06 22:18:18 +0000 | |
commit | e91f3eb5bd7f4d957834cb971153d10b500c46c3 (patch) | |
tree | fb40b74bf24c7df68362f8874a4a613e25cac796 | |
parent | Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add. (diff) | |
download | wireguard-openbsd-e91f3eb5bd7f4d957834cb971153d10b500c46c3.tar.xz wireguard-openbsd-e91f3eb5bd7f4d957834cb971153d10b500c46c3.zip |
delete four MLINKS that are both duplicate and wrong
-rw-r--r-- | lib/libcrypto/man/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index c804084e73f..cd8c8585a54 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2014/09/16 18:15:21 miod Exp $ +# $OpenBSD: Makefile,v 1.14 2014/12/06 22:18:18 schwarze Exp $ .include <bsd.own.mk> # for NOMAN @@ -1058,10 +1058,6 @@ 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_SIG_free.3 \ - dsa.3 DSA_do_verify.3 \ - dsa.3 DSA_get_ex_data.3 \ - dsa.3 DSA_set_ex_data.3 \ ecdsa.3 ECDSA_OpenSSL.3 \ ecdsa.3 ECDSA_SIG_free.3 \ ecdsa.3 ECDSA_SIG_new.3 \ |