Remove some unused argc assignments

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2016-04-16 12:18:19 +01:00
parent dfefe7ec1e
commit 3ad4af89cf
2 changed files with 0 additions and 2 deletions

View File

@ -291,7 +291,6 @@ int enc_main(int argc, char **argv)
break;
}
}
argc = opt_num_rest();
if (cipher && EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
BIO_printf(bio_err, "%s: AEAD ciphers not supported\n", prog);

View File

@ -106,7 +106,6 @@ int errstr_main(int argc, char **argv)
goto end;
}
}
argc = opt_num_rest();
ret = 0;
for (argv = opt_rest(); *argv; argv++) {