]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fuzz/dtlsserver.c: Remove incorrect ifdef guard
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>
Mon, 28 Jul 2025 04:52:49 +0000 (06:52 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 30 Jul 2025 16:31:47 +0000 (18:31 +0200)
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28102)

fuzz/dtlsserver.c

index 3e919c4c17e86e7c41529d876f9ca5ac6783f1b5..a422a19654caa338a06e3791c84d78a0cb7b6db9 100644 (file)
@@ -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