summaryrefslogtreecommitdiff
path: root/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/context.hpp')
-rw-r--r--src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/context.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/context.hpp b/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/context.hpp
index d7a9e1cdca5..2bf2e0aa800 100644
--- a/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/context.hpp
+++ b/src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/context.hpp
@@ -741,10 +741,8 @@ private:
// The underlying native implementation.
native_handle_type handle_;
- // MONGO HACK - prevent ASIO from initializing OpenSSL
// Ensure openssl is initialised.
- // asio::ssl::detail::openssl_init<> init_;
-
+ asio::ssl::detail::openssl_init<> init_;
};
} // namespace ssl