diff options
| author | sobrado <> | 2015-07-25 17:19:21 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-07-25 17:19:21 +0000 |
| commit | ffa01c907e4dfd9137541d92a911a48813f563d1 (patch) | |
| tree | 6b97e195aa125daf5675f0f14d6ee7bfac4fa7dc /src/lib/libc | |
| parent | cf6d34415cd3b677c7b8978dc1b504c9a8da7c68 (diff) | |
| download | openbsd-ffa01c907e4dfd9137541d92a911a48813f563d1.tar.gz openbsd-ffa01c907e4dfd9137541d92a911a48813f563d1.tar.bz2 openbsd-ffa01c907e4dfd9137541d92a911a48813f563d1.zip | |
double word fix.
ok jmc@, schwarze@
Diffstat (limited to '')
| -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 |
