From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Mon, 28 Jul 2025 04:52:49 +0000 (+0200) Subject: fuzz/dtlsserver.c: Remove incorrect ifdef guard X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf8254ab4e34de40137d5862481c75dcd3a82ba3;p=thirdparty%2Fopenssl.git fuzz/dtlsserver.c: Remove incorrect ifdef guard Reviewed-by: Kurt Roeckx Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28102) (cherry picked from commit fd7fc90346306f49773866eddff90717e22b9181) --- diff --git a/fuzz/dtlsserver.c b/fuzz/dtlsserver.c index 68ddb1e6e68..772193f8a5b 100644 --- a/fuzz/dtlsserver.c +++ b/fuzz/dtlsserver.c @@ -590,10 +590,7 @@ int FuzzerTestOneInput(const uint8_t *buf, size_t len) SSL *server; BIO *in; BIO *out; -#if !defined(OPENSSL_NO_EC) \ - || (!defined(OPENSSL_NO_DSA) && !defined(OPENSSL_NO_DEPRECATED_3_0)) BIO *bio_buf; -#endif SSL_CTX *ctx; int ret; #ifndef OPENSSL_NO_DEPRECATED_3_0