mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Remove some unused argc assignments
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
dfefe7ec1e
commit
3ad4af89cf
@ -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);
|
||||
|
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user