提交 cc1c473d 编写于 作者: B Ben Laurie 提交者: Rich Salz

Remove unused variable.

Reviewed-by: NTim Hudson <tjh@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4367)
上级 1f83edda
...@@ -507,7 +507,9 @@ int FuzzerTestOneInput(const uint8_t *buf, size_t len) ...@@ -507,7 +507,9 @@ int FuzzerTestOneInput(const uint8_t *buf, size_t len)
SSL *server; SSL *server;
BIO *in; BIO *in;
BIO *out; BIO *out;
#if !defined(OPENSSL_NO_EC) || !defined(OPENSSL_NO_DSA)
BIO *bio_buf; BIO *bio_buf;
#endif
SSL_CTX *ctx; SSL_CTX *ctx;
int ret; int ret;
RSA *privkey; RSA *privkey;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册