Loading apps/speed.c +1 −1 Original line number Diff line number Diff line Loading @@ -310,7 +310,7 @@ static double ecdsa_results[EC_NUM][2]; static double ecdh_results[EC_NUM][1]; #endif #if defined(OPENSSL_NO_DSA) && !defined(OPENSSL_NO_EC) #if !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_EC) static const char rnd_seed[] = "string to make the random number generator think it has entropy"; static int rnd_fake = 0; Loading Loading
apps/speed.c +1 −1 Original line number Diff line number Diff line Loading @@ -310,7 +310,7 @@ static double ecdsa_results[EC_NUM][2]; static double ecdh_results[EC_NUM][1]; #endif #if defined(OPENSSL_NO_DSA) && !defined(OPENSSL_NO_EC) #if !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_EC) static const char rnd_seed[] = "string to make the random number generator think it has entropy"; static int rnd_fake = 0; Loading