Commit cc1c473d authored by Ben Laurie's avatar Ben Laurie Committed by Rich Salz
Browse files

Remove unused variable.

parent 1f83edda
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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;