summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/doc/RAND.pod34
-rw-r--r--lib/libcrypto/man/Makefile3
2 files changed, 1 insertions, 36 deletions
diff --git a/lib/libcrypto/doc/RAND.pod b/lib/libcrypto/doc/RAND.pod
deleted file mode 100644
index dd6962fa356..00000000000
--- a/lib/libcrypto/doc/RAND.pod
+++ /dev/null
@@ -1,34 +0,0 @@
-=pod
-
-=head1 NAME
-
-RAND - pseudo-random number generator
-
-=head1 SYNOPSIS
-
- #include <openssl/rand.h>
-
- int RAND_bytes(unsigned char *buf, int num);
- int RAND_pseudo_bytes(unsigned char *buf, int num);
-
-=head1 DESCRIPTION
-
-These functions give access to the systems cryptographically secure
-pseudo-random number generator (PRNG). It is used by other library functions
-for example to generate random keys, and applications can use it when they
-need randomness.
-
-L<RAND_bytes(3)|RAND_bytes(3)> describes how to obtain random data from the
-PRNG.
-
-=head1 INTERNALS
-
-The RAND_SSLeay() method implements a PRNG based on the systems'
-L<arc4random_buf(3)> random number generator.
-
-=head1 SEE ALSO
-
-L<BN_rand(3)|BN_rand(3)>,
-L<RAND_bytes(3)|RAND_bytes(3)>
-
-=cut
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index dbfce916473..4312bdc3416 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.42 2016/11/03 15:20:36 schwarze Exp $
+# $OpenBSD: Makefile,v 1.43 2016/11/03 15:31:29 schwarze Exp $
.include <bsd.own.mk> # for NOMAN
@@ -145,7 +145,6 @@ MAN= \
lh_new.3 \
GENMAN= \
- RAND.3 \
RAND_add.3 \
RAND_bytes.3 \
RAND_cleanup.3 \