diff options
Diffstat (limited to 'fuzz/server.c')
-rw-r--r-- | fuzz/server.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzz/server.c b/fuzz/server.c index c31cf7ff2f..2f7403e277 100644 --- a/fuzz/server.c +++ b/fuzz/server.c @@ -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; |