Treat OpenSSL as a non-portable include
[folly.git] / folly / ssl / OpenSSLCertUtils.h
index c6c3803b58da7ae8bd86a7956d9a74b1af45ab62..be8fbec9187d930796215513037e6409049f272f 100644 (file)
@@ -18,9 +18,8 @@
 #include <string>
 #include <vector>
 
-#include <openssl/x509.h>
-
 #include <folly/Optional.h>
+#include <folly/portability/OpenSSL.h>
 
 namespace folly {
 namespace ssl {