Skip to content

Commit

Permalink
Fixed CURL build breaks discovered by newer openssl baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryOsterman committed Oct 17, 2022
1 parent be4cb8f commit 2d90f7d
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,11 +37,13 @@
#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/x509v3.h>
#include <openssl/x509_vfy.h>
#include <poll.h> // for poll()
#include <sys/socket.h> // for socket shutdown
Expand Down

0 comments on commit 2d90f7d

Please sign in to comment.