New function RAND_pseudo_bytes() generated pseudorandom numbers that
are not guaranteed to be unpredictable.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user