diff options
author | 2015-07-25 17:19:21 +0000 | |
---|---|---|
committer | 2015-07-25 17:19:21 +0000 | |
commit | 31a34a56f6b87157b5d0322abd77e7150b1fb28d (patch) | |
tree | 44b5c6707baec5a26b9686835b0418d4878cb79d | |
parent | Expand another ASN.1 template macro that snuck through last time around. (diff) | |
download | wireguard-openbsd-31a34a56f6b87157b5d0322abd77e7150b1fb28d.tar.xz wireguard-openbsd-31a34a56f6b87157b5d0322abd77e7150b1fb28d.zip |
double word fix.
ok jmc@, schwarze@
-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 |