From 67adc08f675407bec0b8772e99ac4b939530d7e9 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 3 Nov 2016 15:31:29 +0000 Subject: zap the overview manual page of the RAND subsystem that contained nothing but duplicate and misleading information; OK jsing@ --- src/lib/libcrypto/doc/RAND.pod | 34 ---------------------------------- src/lib/libcrypto/man/Makefile | 3 +-- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 src/lib/libcrypto/doc/RAND.pod (limited to 'src') diff --git a/src/lib/libcrypto/doc/RAND.pod b/src/lib/libcrypto/doc/RAND.pod deleted file mode 100644 index dd6962fa35..0000000000 --- a/src/lib/libcrypto/doc/RAND.pod +++ /dev/null @@ -1,34 +0,0 @@ -=pod - -=head1 NAME - -RAND - pseudo-random number generator - -=head1 SYNOPSIS - - #include - - 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 describes how to obtain random data from the -PRNG. - -=head1 INTERNALS - -The RAND_SSLeay() method implements a PRNG based on the systems' -L random number generator. - -=head1 SEE ALSO - -L, -L - -=cut 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 @@ -# $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 # for NOMAN @@ -145,7 +145,6 @@ MAN= \ lh_new.3 \ GENMAN= \ - RAND.3 \ RAND_add.3 \ RAND_bytes.3 \ RAND_cleanup.3 \ -- cgit v1.2.3-55-g6feb