Update ECDSA selftest to use hard coded private keys. Include tests for
[openssl.git] / fips / fips_test_suite.c
index c82dffea88537dfa3616589950ef013bd488b5b8..2cfd5ef9308c6a0461beb54f5625c50f87eed5c1 100644 (file)
@@ -678,9 +678,6 @@ int main(int argc,char **argv)
 
     printf("\tFIPS-mode test application\n\n");
 
-    /* Load entropy from external file, if any */
-    RAND_load_file(".rnd", 1024);
-
     if (argv[1]) {
         /* Corrupted KAT tests */
         if (!strcmp(argv[1], "aes")) {