Skip to content

Commit

Permalink
Fixed CURL build breaks discovered by newer openssl baselines (#4034)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryOsterman authored Oct 17, 2022
1 parent be4cb8f commit 01254a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/core/azure-core/src/http/curl/curl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 01254a6

Please sign in to comment.