parent
7fdf01f32e
commit
9ec1ef7f41
@ -7,7 +7,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#include "curl_setup.h"
|
#include "curl_setup.h"
|
||||||
|
|
||||||
#if defined(HAVE_SIGNAL_H) && defined(HAVE_SIGACTION) && \
|
#if defined(HAVE_SIGNAL_H) && defined(HAVE_SIGACTION) && \
|
||||||
(defined(USE_OPENSSL) || defined(USE_MBEDTLS))
|
(defined(USE_OPENSSL) || defined(USE_MBEDTLS) || defined(USE_WOLFSSL))
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
struct sigpipe_ignore {
|
struct sigpipe_ignore {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user