From 4fa434c19edccce89fe23b764f97706c3ba86b8d Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 7 Jun 2019 20:46:25 +0000 Subject: Remove the last references to the RAND_*(3) functions. These references were misleading because these functions are no longer used internally and applications should not call them either. Issue brought up by tb@. --- src/lib/libcrypto/man/BN_rand.3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto/man/BN_rand.3') diff --git a/src/lib/libcrypto/man/BN_rand.3 b/src/lib/libcrypto/man/BN_rand.3 index b5966bcfa2..f61616844e 100644 --- a/src/lib/libcrypto/man/BN_rand.3 +++ b/src/lib/libcrypto/man/BN_rand.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_rand.3,v 1.14 2018/12/24 10:07:22 schwarze Exp $ +.\" $OpenBSD: BN_rand.3,v 1.15 2019/06/07 20:46:25 schwarze Exp $ .\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 .\" @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 24 2018 $ +.Dd $Mdocdate: June 7 2019 $ .Dt BN_RAND 3 .Os .Sh NAME @@ -121,9 +121,7 @@ The error codes can be obtained by .Xr ERR_get_error 3 . .Sh SEE ALSO .Xr BN_new 3 , -.Xr ERR_get_error 3 , -.Xr RAND_add 3 , -.Xr RAND_bytes 3 +.Xr ERR_get_error 3 .Sh HISTORY .Fn BN_rand first appeared in SSLeay 0.5.1 and has been available since -- cgit v1.2.3-55-g6feb