mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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:
parent
1f83edda7b
commit
cc1c473d70
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user