Commit 6b1a43fd authored by Anirudh Ramachandran's avatar Anirudh Ramachandran Committed by Facebook Github Bot

Move OpenSSLPtrTypes.h from folly/io/async/ssl to folly/ssl

Summary:
There's nothing io/async/ssl-specific in this file. Moving to the
top-level directory will help this be more discoverable. Part of general cleanup
for io/async/ssl

Reviewed By: yfeldblum

Differential Revision: D5005566

fbshipit-source-id: 66a05a2139ee80a6d63791d1851da3f1858e8abf
parent d9acfc9e
...@@ -248,7 +248,6 @@ nobase_follyinclude_HEADERS = \ ...@@ -248,7 +248,6 @@ nobase_follyinclude_HEADERS = \
io/async/EventUtil.h \ io/async/EventUtil.h \
io/async/NotificationQueue.h \ io/async/NotificationQueue.h \
io/async/HHWheelTimer.h \ io/async/HHWheelTimer.h \
io/async/ssl/OpenSSLPtrTypes.h \
io/async/ssl/OpenSSLUtils.h \ io/async/ssl/OpenSSLUtils.h \
io/async/ssl/SSLErrors.h \ io/async/ssl/SSLErrors.h \
io/async/ssl/TLSDefinitions.h \ io/async/ssl/TLSDefinitions.h \
...@@ -360,6 +359,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -360,6 +359,7 @@ nobase_follyinclude_HEADERS = \
SpookyHashV2.h \ SpookyHashV2.h \
ssl/OpenSSLCertUtils.h \ ssl/OpenSSLCertUtils.h \
ssl/OpenSSLHash.h \ ssl/OpenSSLHash.h \
ssl/OpenSSLPtrTypes.h \
ssl/OpenSSLVersionFinder.h \ ssl/OpenSSLVersionFinder.h \
ssl/SSLSession.h \ ssl/SSLSession.h \
ssl/detail/SSLSessionImpl.h \ ssl/detail/SSLSessionImpl.h \
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <folly/io/async/AsyncTimeout.h> #include <folly/io/async/AsyncTimeout.h>
#include <folly/io/async/SSLContext.h> #include <folly/io/async/SSLContext.h>
#include <folly/io/async/TimeoutManager.h> #include <folly/io/async/TimeoutManager.h>
#include <folly/io/async/ssl/OpenSSLPtrTypes.h> #include <folly/ssl/OpenSSLPtrTypes.h>
#include <folly/io/async/ssl/OpenSSLUtils.h> #include <folly/io/async/ssl/OpenSSLUtils.h>
#include <folly/io/async/ssl/SSLErrors.h> #include <folly/io/async/ssl/SSLErrors.h>
#include <folly/io/async/ssl/TLSDefinitions.h> #include <folly/io/async/ssl/TLSDefinitions.h>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <folly/io/async/AsyncSocketBase.h> #include <folly/io/async/AsyncSocketBase.h>
#include <folly/io/async/DelayedDestruction.h> #include <folly/io/async/DelayedDestruction.h>
#include <folly/io/async/EventBase.h> #include <folly/io/async/EventBase.h>
#include <folly/io/async/ssl/OpenSSLPtrTypes.h> #include <folly/ssl/OpenSSLPtrTypes.h>
#include <folly/portability/OpenSSL.h> #include <folly/portability/OpenSSL.h>
#include <folly/portability/SysUio.h> #include <folly/portability/SysUio.h>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#endif #endif
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/io/async/ssl/OpenSSLPtrTypes.h> #include <folly/ssl/OpenSSLPtrTypes.h>
#include <folly/io/async/ssl/OpenSSLUtils.h> #include <folly/io/async/ssl/OpenSSLUtils.h>
#include <folly/portability/OpenSSL.h> #include <folly/portability/OpenSSL.h>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#pragma once #pragma once
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/io/async/ssl/OpenSSLPtrTypes.h> #include <folly/ssl/OpenSSLPtrTypes.h>
#include <folly/portability/OpenSSL.h> #include <folly/portability/OpenSSL.h>
#include <folly/portability/Sockets.h> #include <folly/portability/Sockets.h>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <folly/ScopeGuard.h> #include <folly/ScopeGuard.h>
#include <folly/String.h> #include <folly/String.h>
#include <folly/io/async/ssl/OpenSSLPtrTypes.h> #include <folly/ssl/OpenSSLPtrTypes.h>
namespace folly { namespace folly {
namespace ssl { namespace ssl {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/io/IOBuf.h> #include <folly/io/IOBuf.h>
#include <folly/io/async/ssl/OpenSSLPtrTypes.h> #include <folly/ssl/OpenSSLPtrTypes.h>
#include <folly/portability/OpenSSL.h> #include <folly/portability/OpenSSL.h>
namespace folly { namespace folly {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/String.h> #include <folly/String.h>
#include <folly/io/async/ssl/OpenSSLPtrTypes.h> #include <folly/ssl/OpenSSLPtrTypes.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/portability/OpenSSL.h> #include <folly/portability/OpenSSL.h>
......
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