Treat OpenSSL as a non-portable include
[folly.git] / folly / io / async / ssl / test / SSLErrorsTest.cpp
index 14dacbe3dbcff9f1296d5379cc90abcd3eb8cfda..e07b552f550c412dd6cd7f0e2caecaa6337920b5 100644 (file)
@@ -17,9 +17,7 @@
 #include <folly/io/async/ssl/SSLErrors.h>
 
 #include <folly/portability/GTest.h>
-
-#include <openssl/err.h>
-#include <openssl/x509.h>
+#include <folly/portability/OpenSSL.h>
 
 using namespace testing;
 using namespace folly;