summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man
diff options
context:
space:
mode:
authorderaadt <>2014-04-19 11:15:37 +0000
committerderaadt <>2014-04-19 11:15:37 +0000
commit97da5086f010911eda828f087392365d8bc6e1ff (patch)
treed464d27b042de45393b9dc7d7a7501bf2c9538fa /src/lib/libcrypto/man
parentb27cbe4830d492802ae707ade374e8b0a183523b (diff)
downloadopenbsd-97da5086f010911eda828f087392365d8bc6e1ff.tar.gz
openbsd-97da5086f010911eda828f087392365d8bc6e1ff.tar.bz2
openbsd-97da5086f010911eda828f087392365d8bc6e1ff.zip
egd is gone
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 215be6ef8a..66cb3e49e1 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.3 2014/04/16 12:08:46 sthen Exp $ 1# $OpenBSD: Makefile,v 1.4 2014/04/19 11:15:37 deraadt Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -127,7 +127,6 @@ MAN= \
127 RAND_add.3 \ 127 RAND_add.3 \
128 RAND_bytes.3 \ 128 RAND_bytes.3 \
129 RAND_cleanup.3 \ 129 RAND_cleanup.3 \
130 RAND_egd.3 \
131 RAND_load_file.3 \ 130 RAND_load_file.3 \
132 RAND_set_rand_method.3 \ 131 RAND_set_rand_method.3 \
133 RC4.3 \ 132 RC4.3 \
@@ -666,7 +665,6 @@ MLINKS+=\
666 RAND_add.3 RAND_seed.3 \ 665 RAND_add.3 RAND_seed.3 \
667 RAND_add.3 RAND_status.3 \ 666 RAND_add.3 RAND_status.3 \
668 RAND_bytes.3 RAND_pseudo_bytes.3 \ 667 RAND_bytes.3 RAND_pseudo_bytes.3 \
669 RAND_egd.3 RAND_egd_bytes.3 \
670 RAND_load_file.3 RAND_file_name.3 \ 668 RAND_load_file.3 RAND_file_name.3 \
671 RAND_load_file.3 RAND_write_file.3 \ 669 RAND_load_file.3 RAND_write_file.3 \
672 RAND_set_rand_method.3 RAND_SSLeay.3 \ 670 RAND_set_rand_method.3 RAND_SSLeay.3 \