mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +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;
|
||||
BIO *in;
|
||||
BIO *out;
|
||||
#if !defined(OPENSSL_NO_EC) || !defined(OPENSSL_NO_DSA)
|
||||
BIO *bio_buf;
|
||||
#endif
|
||||
SSL_CTX *ctx;
|
||||
int ret;
|
||||
RSA *privkey;
|
||||
|
Loading…
Reference in New Issue
Block a user