mirror of
https://github.com/boostorg/asio.git
synced 2026-01-27 06:32:08 +00:00
Include socket_types.hpp before OpenSSL headers.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
|
||||
|
||||
#include <boost/asio/detail/config.hpp>
|
||||
#include <boost/asio/detail/socket_types.hpp>
|
||||
#include <openssl/conf.h>
|
||||
#include <openssl/ssl.h>
|
||||
#if !defined(OPENSSL_NO_ENGINE)
|
||||
@@ -25,6 +26,5 @@
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/rsa.h>
|
||||
#include <openssl/x509v3.h>
|
||||
#include <boost/asio/detail/socket_types.hpp>
|
||||
|
||||
#endif // BOOST_ASIO_SSL_DETAIL_OPENSSL_TYPES_HPP
|
||||
|
||||
Reference in New Issue
Block a user