From 373b575f5a7b509bbadd67b1d57eef57dd23357a Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Sun, 16 Jan 2000 15:58:17 +0000 Subject: New function RAND_pseudo_bytes() generated pseudorandom numbers that are not guaranteed to be unpredictable. --- crypto/rand/randtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/rand/randtest.c') diff --git a/crypto/rand/randtest.c b/crypto/rand/randtest.c index f0706d779a..da96e3f695 100644 --- a/crypto/rand/randtest.c +++ b/crypto/rand/randtest.c @@ -73,7 +73,7 @@ int main() /*double d; */ long d; - RAND_bytes(buf,2500); + RAND_pseudo_bytes(buf,2500); n1=0; for (i=0; i<16; i++) n2[i]=0; -- cgit v1.2.3