diff options
author | sobrado <> | 2015-07-25 17:19:21 +0000 |
---|---|---|
committer | sobrado <> | 2015-07-25 17:19:21 +0000 |
commit | 5dadf79d7f43fd3e6f8b5d991453d5f5a1e17268 (patch) | |
tree | 6b97e195aa125daf5675f0f14d6ee7bfac4fa7dc | |
parent | 35565ab67fe39d14f519897f35f838b730c5833f (diff) | |
download | openbsd-5dadf79d7f43fd3e6f8b5d991453d5f5a1e17268.tar.gz openbsd-5dadf79d7f43fd3e6f8b5d991453d5f5a1e17268.tar.bz2 openbsd-5dadf79d7f43fd3e6f8b5d991453d5f5a1e17268.zip |
double word fix.
ok jmc@, schwarze@
-rw-r--r-- | src/lib/libcrypto/man/BN_rand.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_rand.3 b/src/lib/libcrypto/man/BN_rand.3 index 5ae9e9d791..f4fd7f21cf 100644 --- a/src/lib/libcrypto/man/BN_rand.3 +++ b/src/lib/libcrypto/man/BN_rand.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .Dd $Mdocdate: February 23 2015 $ | 1 | .Dd $Mdocdate: July 25 2015 $ |
2 | .Dt BN_RAND 3 | 2 | .Dt BN_RAND 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -37,7 +37,7 @@ | |||
37 | .Fn BN_rand | 37 | .Fn BN_rand |
38 | generates a cryptographically strong pseudo-random number of | 38 | generates a cryptographically strong pseudo-random number of |
39 | .Fa bits | 39 | .Fa bits |
40 | bits in length and stores it in | 40 | in length and stores it in |
41 | .Fa rnd . | 41 | .Fa rnd . |
42 | If | 42 | If |
43 | .Fa top | 43 | .Fa top |