]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
remove engine.h include from ssl_handshake_rtt_test.c
authorNeil Horman <nhorman@openssl.org>
Thu, 11 Sep 2025 19:25:49 +0000 (15:25 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 3 Oct 2025 17:01:38 +0000 (13:01 -0400)
It seems like it wasn't ever needed before, so with the removal of
engines, just get rid of it.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28525)

test/ssl_handshake_rtt_test.c

index 1d24ba995e5d6f38fb98a42cb6a54c4d450f9f96..c7d0a011a60759c208f486a79c4c8673a4ba5ea9 100644 (file)
@@ -22,7 +22,6 @@
 #include <openssl/bio.h>
 #include <openssl/crypto.h>
 #include <openssl/ssl.h>
-#include <openssl/engine.h>
 
 #include "helpers/ssltestlib.h"
 #include "testutil.h"