Duplicate entries ssl_handshake_tbl trace entries...
[openssl.git] / apps / speed.c
index df59ca690202125f1353579c6f1b40444c1bf5a1..c59f266fc90e932fab1e815e52fdc35f38ad8588 100644 (file)
@@ -20,6 +20,7 @@
 #include <string.h>
 #include <math.h>
 #include "apps.h"
 #include <string.h>
 #include <math.h>
 #include "apps.h"
+#include "progs.h"
 #include <openssl/crypto.h>
 #include <openssl/rand.h>
 #include <openssl/err.h>
 #include <openssl/crypto.h>
 #include <openssl/rand.h>
 #include <openssl/err.h>
@@ -1277,7 +1278,9 @@ int speed_main(int argc, char **argv)
     || !defined(OPENSSL_NO_EC)
     long rsa_count = 1;
 #endif
     || !defined(OPENSSL_NO_EC)
     long rsa_count = 1;
 #endif
+#ifndef OPENSSL_NO_EC
     size_t loop;
     size_t loop;
+#endif
 
     /* What follows are the buffers and key material. */
 #ifndef OPENSSL_NO_RC5
 
     /* What follows are the buffers and key material. */
 #ifndef OPENSSL_NO_RC5