summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/BN_rand.3
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-07-30 14:34:51 +0000
committernectar <nectar@FreeBSD.org>2002-07-30 14:34:51 +0000
commit3b5892151d7a7d029efd6f493c5f00e6af1f434d (patch)
treef239f4213ce469657247f484c7d8d695af0096da /secure/lib/libcrypto/man/BN_rand.3
parentaeefd5b3e2766cf2adf46ab0d391c6290c566150 (diff)
downloadFreeBSD-src-3b5892151d7a7d029efd6f493c5f00e6af1f434d.zip
FreeBSD-src-3b5892151d7a7d029efd6f493c5f00e6af1f434d.tar.gz
Import the regenerated OpenSSL man pages after import of OpenSSL 0.9.6e.
Diffstat (limited to 'secure/lib/libcrypto/man/BN_rand.3')
-rw-r--r--secure/lib/libcrypto/man/BN_rand.38
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/man/BN_rand.3 b/secure/lib/libcrypto/man/BN_rand.3
index 40d6621..23e7399 100644
--- a/secure/lib/libcrypto/man/BN_rand.3
+++ b/secure/lib/libcrypto/man/BN_rand.3
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Thu May 9 13:16:43 2002
+.\" Tue Jul 30 09:21:22 2002
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -137,8 +137,8 @@
.rm #[ #] #H #V #F C
.\" ======================================================================
.\"
-.IX Title "BN_RAND 1"
-.TH BN_RAND 1 "perl v5.6.1" "2002-01-27" "User Contributed Perl Documentation"
+.IX Title "BN_rand 3"
+.TH BN_rand 3 "0.9.6e" "2002-07-30" "OpenSSL"
.UC
.SH "NAME"
BN_rand, BN_pseudo_rand \- generate pseudo-random number
@@ -157,7 +157,7 @@ BN_rand, BN_pseudo_rand \- generate pseudo-random number
\& int BN_rand_range(BIGNUM *rnd, BIGNUM *range);
.Ve
.Vb 1
-\& int BN_pseudo_rand_range(BIGNUM *rnd, int bits, int top, int bottom);
+\& int BN_pseudo_rand_range(BIGNUM *rnd, BIGNUM *range);
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
OpenPOWER on IntegriCloud