signal.h included two times

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)
This commit is contained in:
PiotrBzdrega 2024-05-21 07:13:31 +02:00 committed by Tomas Mraz
parent 1bfc8d17f3
commit 3472732cd2

View 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>