]> 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:32:55 +0000 (18:32 +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)

(cherry picked from commit fd7fc90346306f49773866eddff90717e22b9181)

fuzz/dtlsserver.c

index 68ddb1e6e6834f32933ee0c421f0249e09d17495..772193f8a5b45f8b8efdb8d77304b02f2da5f851 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