diff options
author | miod <> | 2014-07-09 17:56:43 +0000 |
---|---|---|
committer | miod <> | 2014-07-09 17:56:43 +0000 |
commit | b5fe35f9c15f1a36f0f78d02fdaa6e211a2cc76a (patch) | |
tree | 5be9b59ec7ebadf006e37ac06006c858c860f945 /src/lib/libcrypto/man | |
parent | 8f147593f649791212451b70b61f2560f8cd408b (diff) | |
download | openbsd-b5fe35f9c15f1a36f0f78d02fdaa6e211a2cc76a.tar.gz openbsd-b5fe35f9c15f1a36f0f78d02fdaa6e211a2cc76a.tar.bz2 openbsd-b5fe35f9c15f1a36f0f78d02fdaa6e211a2cc76a.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/Makefile | 4 |
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 \ |