mirror of
https://github.com/curl/curl.git
synced 2026-05-19 03:06:20 +03:00
openssl: drop unused HAVE_SSL_GET_SHUTDOWN macro
Follow-up to c31041b17e #13904
Closes #16103
This commit is contained in:
parent
58c22dda66
commit
1dce2a1746
2 changed files with 0 additions and 5 deletions
|
|
@ -106,7 +106,6 @@
|
|||
#define HAVE_SIGSETJMP 1
|
||||
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
|
||||
#define HAVE_SOCKET 1
|
||||
#define HAVE_SSL_GET_SHUTDOWN 1
|
||||
#define HAVE_STDBOOL_H 1
|
||||
#define HAVE_STRCASECMP 1
|
||||
#define HAVE_STRDUP 1
|
||||
|
|
|
|||
|
|
@ -179,10 +179,6 @@
|
|||
#define HAVE_X509_GET0_SIGNATURE 1
|
||||
#endif
|
||||
|
||||
#if (OPENSSL_VERSION_NUMBER >= 0x1000200fL) /* 1.0.2 or later */
|
||||
#define HAVE_SSL_GET_SHUTDOWN 1
|
||||
#endif
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10002003L && \
|
||||
OPENSSL_VERSION_NUMBER <= 0x10002FFFL && \
|
||||
!defined(OPENSSL_NO_COMP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue