Commit 371a2d43 authored by Benjamin Kaduk's avatar Benjamin Kaduk Committed by Benjamin Kaduk
Browse files

Fix no-ec --strict-warnings builds



The 'loop' variable is only used if EC is available.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5149)
parent b713c4ff
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1277,7 +1277,9 @@ int speed_main(int argc, char **argv)
    || !defined(OPENSSL_NO_EC)
    long rsa_count = 1;
#endif
#ifndef OPENSSL_NO_EC
    size_t loop;
#endif

    /* What follows are the buffers and key material. */
#ifndef OPENSSL_NO_RC5