include folly/portability/OpenSSL.h instead of openssl/*.h
authorJames Sedgwick <jsedgwick@fb.com>
Fri, 12 May 2017 02:50:27 +0000 (19:50 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 12 May 2017 02:50:42 +0000 (19:50 -0700)
Summary: suggested by internal linter

Reviewed By: Orvid

Differential Revision: D4958232

fbshipit-source-id: 69c67d80be092db17703d672524124ca5ef7ba32

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 <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;
 
 
 using namespace folly;