Loading fuzz/server.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
fuzz/server.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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