diff options
author | schwarze <> | 2016-11-03 15:31:29 +0000 |
---|---|---|
committer | schwarze <> | 2016-11-03 15:31:29 +0000 |
commit | 67adc08f675407bec0b8772e99ac4b939530d7e9 (patch) | |
tree | c33c63dffb3b704dd23558536c5685afd230fc84 /src/lib/libcrypto/man | |
parent | 60d59582dc15b87539a8dc135d2baf8a181ff37b (diff) | |
download | openbsd-67adc08f675407bec0b8772e99ac4b939530d7e9.tar.gz openbsd-67adc08f675407bec0b8772e99ac4b939530d7e9.tar.bz2 openbsd-67adc08f675407bec0b8772e99ac4b939530d7e9.zip |
zap the overview manual page of the RAND subsystem
that contained nothing but duplicate and misleading information;
OK jsing@
Diffstat (limited to 'src/lib/libcrypto/man')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index dbfce91647..4312bdc341 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.42 2016/11/03 15:20:36 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.43 2016/11/03 15:31:29 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -145,7 +145,6 @@ MAN= \ | |||
145 | lh_new.3 \ | 145 | lh_new.3 \ |
146 | 146 | ||
147 | GENMAN= \ | 147 | GENMAN= \ |
148 | RAND.3 \ | ||
149 | RAND_add.3 \ | 148 | RAND_add.3 \ |
150 | RAND_bytes.3 \ | 149 | RAND_bytes.3 \ |
151 | RAND_cleanup.3 \ | 150 | RAND_cleanup.3 \ |