From: Neil Horman Date: Thu, 11 Sep 2025 19:25:49 +0000 (-0400) Subject: remove engine.h include from ssl_handshake_rtt_test.c X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1337499ebbd9e19add11ad3f1291bdbb328566c9;p=thirdparty%2Fopenssl.git remove engine.h include from ssl_handshake_rtt_test.c It seems like it wasn't ever needed before, so with the removal of engines, just get rid of it. Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Matt Caswell Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29305) --- diff --git a/test/ssl_handshake_rtt_test.c b/test/ssl_handshake_rtt_test.c index 1d24ba995e5..c7d0a011a60 100644 --- a/test/ssl_handshake_rtt_test.c +++ b/test/ssl_handshake_rtt_test.c @@ -22,7 +22,6 @@ #include #include #include -#include #include "helpers/ssltestlib.h" #include "testutil.h"