diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-07-25 17:19:22 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-07-25 17:19:22 +0000 |
commit | 1c6196329147a5999fd1118d916d5ea74faac51d (patch) | |
tree | 9a292376916752f9017ff1682b96491e2dc97ccb /lib/libcrypto | |
parent | adc1fa83785b5e4b6ed2acaf4070661336a60347 (diff) |
double word fix.
ok jmc@, schwarze@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/BN_rand.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BN_rand.3 b/lib/libcrypto/man/BN_rand.3 index 5ae9e9d7913..f4fd7f21cf4 100644 --- a/lib/libcrypto/man/BN_rand.3 +++ b/lib/libcrypto/man/BN_rand.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: February 23 2015 $ +.Dd $Mdocdate: July 25 2015 $ .Dt BN_RAND 3 .Os .Sh NAME @@ -37,7 +37,7 @@ .Fn BN_rand generates a cryptographically strong pseudo-random number of .Fa bits -bits in length and stores it in +in length and stores it in .Fa rnd . If .Fa top |