From: PiotrBzdrega Date: Tue, 21 May 2024 05:13:31 +0000 (+0200) Subject: signal.h included two times X-Git-Tag: openssl-3.4.0-alpha1~528 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3472732cd23f97fbe367f50bf0bdc0a7d762fbba;p=thirdparty%2Fopenssl.git signal.h included two times CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Neil Horman Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/24445) --- diff --git a/demos/sslecho/main.c b/demos/sslecho/main.c index 2f66ae7ae66..3e5bcadce3e 100644 --- a/demos/sslecho/main.c +++ b/demos/sslecho/main.c @@ -12,7 +12,6 @@ #include #include #include -#include #if !defined(OPENSSL_SYS_WINDOWS) #include #include