]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
signal.h included two times
authorPiotrBzdrega <piotrbzdrega@yandex.com>
Tue, 21 May 2024 05:13:31 +0000 (07:13 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 22 May 2024 13:33:12 +0000 (15:33 +0200)
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24445)

demos/sslecho/main.c

index 2f66ae7ae66214a30610460822a8f3de1a7c04f8..3e5bcadce3eed9ced8c2b6469897d024a3701f60 100644 (file)
@@ -12,7 +12,6 @@
 #include <signal.h>
 #include <openssl/ssl.h>
 #include <openssl/err.h>
-#include <signal.h>
 #if !defined(OPENSSL_SYS_WINDOWS)
 #include <unistd.h>
 #include <sys/socket.h>