summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/rand/randtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/rand/randtest.c')
-rw-r--r--crypto/openssl/crypto/rand/randtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/rand/randtest.c b/crypto/openssl/crypto/rand/randtest.c
index f0706d7..da96e3f 100644
--- a/crypto/openssl/crypto/rand/randtest.c
+++ b/crypto/openssl/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;
OpenPOWER on IntegriCloud