diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/rand/randtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rand/randtest.c b/src/lib/libcrypto/rand/randtest.c index f0706d779a..da96e3f695 100644 --- a/src/lib/libcrypto/rand/randtest.c +++ b/src/lib/libcrypto/rand/randtest.c | |||
| @@ -73,7 +73,7 @@ int main() | |||
| 73 | /*double d; */ | 73 | /*double d; */ |
| 74 | long d; | 74 | long d; |
| 75 | 75 | ||
| 76 | RAND_bytes(buf,2500); | 76 | RAND_pseudo_bytes(buf,2500); |
| 77 | 77 | ||
| 78 | n1=0; | 78 | n1=0; |
| 79 | for (i=0; i<16; i++) n2[i]=0; | 79 | for (i=0; i<16; i++) n2[i]=0; |
