Remove unused variable.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4367)
This commit is contained in:
Ben Laurie 2017-09-14 11:21:11 +01:00 committed by Rich Salz
parent 1f83edda7b
commit cc1c473d70

View File

@ -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;