BN_pseudo_rand is really BN_rand
authorRich Salz <rsalz@openssl.org>
Wed, 21 Jun 2017 12:55:02 +0000 (13:55 +0100)
committerRich Salz <rsalz@openssl.org>
Mon, 3 Jul 2017 23:26:56 +0000 (19:26 -0400)
commit5ecff87d666f47d0003b106c61ada1e25655b81d
tree108956af50bdc6bf5d396014fe700b2c18565244
parent299c9cbb631869026537c96b7431d7682dd3c008
BN_pseudo_rand is really BN_rand

And BN_pseudo_rand_range is really BN_rand_range.
Document that we might deprecate those functions.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3743)
apps/apps.c
crypto/bn/bn_prime.c
crypto/bn/bn_rand.c
crypto/bn/bn_sqrt.c
doc/man3/BN_rand.pod
doc/man3/RAND_bytes.pod
include/openssl/bn.h
include/openssl/opensslconf.h.in
test/ectest.c