Loading crypto/bn/bn_rand.c +2 −2 Original line number Diff line number Diff line Loading @@ -127,10 +127,10 @@ err: int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { return bnrand(1, rnd, bits, top, bottom); return bnrand(0, rnd, bits, top, bottom); } int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { return bnrand(0, rnd, bits, top, bottom); return bnrand(1, rnd, bits, top, bottom); } doc/crypto/BN_rand.pod +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
crypto/bn/bn_rand.c +2 −2 Original line number Diff line number Diff line Loading @@ -127,10 +127,10 @@ err: int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { return bnrand(1, rnd, bits, top, bottom); return bnrand(0, rnd, bits, top, bottom); } int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { return bnrand(0, rnd, bits, top, bottom); return bnrand(1, rnd, bits, top, bottom); }
doc/crypto/BN_rand.pod +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading