Commit d19f7312 authored by James Sedgwick's avatar James Sedgwick Committed by Facebook Github Bot

include folly/portability/OpenSSL.h instead of openssl/*.h

Summary: suggested by internal linter

Reviewed By: Orvid

Differential Revision: D4958232

fbshipit-source-id: 69c67d80be092db17703d672524124ca5ef7ba32
parent 6435670b
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
#include <folly/io/async/ssl/SSLErrors.h> #include <folly/io/async/ssl/SSLErrors.h>
#include <folly/Range.h> #include <folly/Range.h>
#include <openssl/err.h> #include <folly/portability/OpenSSL.h>
#include <openssl/ssl.h>
using namespace folly; using namespace folly;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment