Fixed CURL build breaks discovered by newer openssl baselines (#4034)

This commit is contained in:
Larry Osterman 2022-10-17 16:25:31 -07:00 committed by GitHub
parent be4cb8f516
commit 01254a62cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,12 +37,14 @@
#include "curl_session_private.hpp"
#if defined(AZ_PLATFORM_POSIX)
#include <openssl/asn1t.h>
#include <openssl/err.h>
#include <openssl/http.h>
#include <openssl/safestack.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <openssl/x509_vfy.h>
#include <openssl/x509v3.h>
#include <poll.h> // for poll()
#include <sys/socket.h> // for socket shutdown
#elif defined(AZ_PLATFORM_WINDOWS)