X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frand%2Frandtest.c;h=da96e3f6959a0ddd9072584d72c72687f24d3eec;hp=f0706d779a25907a669ad8ea3c0fa3e17dc7e1ed;hb=373b575f5a7b509bbadd67b1d57eef57dd23357a;hpb=e1798f856d00bd5317c6eebda00ef8e51d14b1de 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;