include folly/portability/OpenSSL.h instead of openssl/*.h
[folly.git] / folly / io / async / ssl / SSLErrors.cpp
index b4456574529d43d2b1f8f1bacd6134ed157c6c06..0a184c494a872e6745b829f9429a9271a46ada00 100644 (file)
@@ -16,8 +16,7 @@
 #include <folly/io/async/ssl/SSLErrors.h>
 
 #include <folly/Range.h>
-#include <openssl/err.h>
-#include <openssl/ssl.h>
+#include <folly/portability/OpenSSL.h>
 
 using namespace folly;