accept NULL in 'free' functions
[openssl.git] / test / testss
index 2f600f04d8ea512ff1af651ce80b185b1e5a75fa..8d3557f356d9a1697d874e105eb87c3d5c36e41b 100644 (file)
@@ -20,6 +20,8 @@ Ucert="certU.ss"
 echo
 echo "make a certificate request using 'req'"
 
+echo "string to make the random number generator think it has entropy" >> ./.rnd
+
 if ../apps/openssl no-rsa; then
   req_new='-newkey dsa:../apps/dsa512.pem'
 else