提交 3ad4af89 编写于 作者: M Matt Caswell

Remove some unused argc assignments

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 dfefe7ec
......@@ -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++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册