Add OpenSSL portability layer
[folly.git] / folly / io / async / SSLContext.cpp
index 43703f2f3a083a02bf3bb66670fbe9793e4e4983..ddb60e350bf9cf7906340ff0baab9b92baf301a1 100644 (file)
@@ -35,6 +35,9 @@ struct CRYPTO_dynlock_value {
 };
 
 namespace folly {
+//
+// For OpenSSL portability API
+using namespace folly::ssl;
 
 bool SSLContext::initialized_ = false;