summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man
diff options
context:
space:
mode:
authormiod <>2014-07-09 17:56:43 +0000
committermiod <>2014-07-09 17:56:43 +0000
commit886f0ff9cbcf437bf1cfe269ab5aa45bf63a039b (patch)
tree5be9b59ec7ebadf006e37ac06006c858c860f945 /src/lib/libcrypto/man
parent911cfe3475e21a780d5ce6cc6eda37cd34760fdd (diff)
downloadopenbsd-886f0ff9cbcf437bf1cfe269ab5aa45bf63a039b.tar.gz
openbsd-886f0ff9cbcf437bf1cfe269ab5aa45bf63a039b.tar.bz2
openbsd-886f0ff9cbcf437bf1cfe269ab5aa45bf63a039b.zip
Update to match the current state of crypto/rand, and remove MLINKS for
RAND_event and RAND_screen.
Diffstat (limited to 'src/lib/libcrypto/man')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 66cb3e49e1..57bf4a2bb8 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.4 2014/04/19 11:15:37 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.5 2014/07/09 17:56:43 miod Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -660,8 +660,6 @@ MLINKS+=\
660 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_CRL.3 \ 660 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_CRL.3 \
661 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_REQ.3 \ 661 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_REQ.3 \
662 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_REQ_NEW.3 \ 662 PEM_read_bio_PrivateKey.3 PEM_write_bio_X509_REQ_NEW.3 \
663 RAND_add.3 RAND_event.3 \
664 RAND_add.3 RAND_screen.3 \
665 RAND_add.3 RAND_seed.3 \ 663 RAND_add.3 RAND_seed.3 \
666 RAND_add.3 RAND_status.3 \ 664 RAND_add.3 RAND_status.3 \
667 RAND_bytes.3 RAND_pseudo_bytes.3 \ 665 RAND_bytes.3 RAND_pseudo_bytes.3 \