Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
[openssl.git] / apps / speed.c
index b451a49af3b888c882646e0962c4f6b49a29354e..e817a0df152fe25e44c07aee241c353ee3acd3a4 100644 (file)
@@ -372,11 +372,10 @@ int MAIN(int argc, char **argv)
        ENGINE *e = NULL;
        unsigned char *buf=NULL,*buf2=NULL;
        int mret=1;
-       long count=0,save_count=0;
+       long count=0,save_count=0, rsa_count;
        int i,j,k;
 #ifndef OPENSSL_NO_RSA
        unsigned rsa_num;
-       long rsa_count;
 #endif
        unsigned char md[EVP_MAX_MD_SIZE];
 #ifndef OPENSSL_NO_MD2