X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FBN_rand.pod;h=33363c981f6099056a3cffd12d6e73ce4512111f;hb=02ef611ef337943e46a03239e87825b4b202cfa7;hp=47991b1abc1137eaa26c24b25b67588e1cebc643;hpb=38e33cef15e7965ad9fd9db4b08fb2f5dc1bc573;p=oweals%2Fopenssl.git diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod index 47991b1abc..33363c981f 100644 --- a/doc/crypto/BN_rand.pod +++ b/doc/crypto/BN_rand.pod @@ -2,7 +2,7 @@ =head1 NAME -BN_rand, BN_rand_pseudo - Generate pseudo-random number +BN_rand, BN_pseudo_rand - generate pseudo-random number =head1 SYNOPSIS @@ -10,7 +10,7 @@ BN_rand, BN_rand_pseudo - Generate pseudo-random number int BN_rand(BIGNUM *rnd, int bits, int top, int bottom); - int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom); + int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom); =head1 DESCRIPTION