Move OpenSSLPtrTypes.h from folly/io/async/ssl to folly/ssl
authorAnirudh Ramachandran <avr@fb.com>
Mon, 8 May 2017 19:21:47 +0000 (12:21 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 8 May 2017 19:44:32 +0000 (12:44 -0700)
commit6b1a43fd0712c15cb98f134bc2d8c89713b24513
treee06dd806b8e06225d6a529e987c5862137648df5
parentd9acfc9e4d3f94c3470df9b45c7f0b6c172e8c23
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
folly/Makefile.am
folly/io/async/AsyncSSLSocket.h
folly/io/async/AsyncTransport.h
folly/io/async/SSLContext.h
folly/io/async/ssl/OpenSSLPtrTypes.h [deleted file]
folly/io/async/ssl/OpenSSLUtils.h
folly/ssl/OpenSSLCertUtils.cpp
folly/ssl/OpenSSLHash.h
folly/ssl/OpenSSLPtrTypes.h [new file with mode: 0644]
folly/ssl/test/OpenSSLCertUtilsTest.cpp