summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-11 14:22:43 +0000
committerschwarze <>2016-12-11 14:22:43 +0000
commit24e78a11838b5b911fc4a003f68b779f8b42e6f6 (patch)
tree92e6f5e2683d2d01cb0ba02412611bc21815b976 /src/lib/libcrypto/man/Makefile
parent11d403ec421a1cca33b5766d8b16528cfce5625c (diff)
downloadopenbsd-24e78a11838b5b911fc4a003f68b779f8b42e6f6.tar.gz
openbsd-24e78a11838b5b911fc4a003f68b779f8b42e6f6.tar.bz2
openbsd-24e78a11838b5b911fc4a003f68b779f8b42e6f6.zip
Distribute the text of ec(3) to the individual EC manuals where it belongs.
Make sure EC_GROUP_new(3) points to all EC manuals and all EC manuals point back to EC_GROUP_new(3), and add some other useful links as well. Change all links to ec(3) to point to EC_GROUP_new(3) instead.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 82d313af96..4d23082d1f 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.72 2016/12/11 12:52:28 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.73 2016/12/11 14:22:43 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -213,7 +213,6 @@ MAN= \
213 d2i_X509_REQ.3 \ 213 d2i_X509_REQ.3 \
214 d2i_X509_SIG.3 \ 214 d2i_X509_SIG.3 \
215 des_read_pw.3 \ 215 des_read_pw.3 \
216 ec.3 \
217 engine.3 \ 216 engine.3 \
218 evp.3 \ 217 evp.3 \
219 i2d_PKCS7_bio_stream.3 \ 218 i2d_PKCS7_bio_stream.3 \