Adding OpenSSLPtrTypes.h.
authorKyle Nekritz <knekritz@fb.com>
Thu, 21 Jan 2016 21:54:26 +0000 (13:54 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Thu, 21 Jan 2016 23:20:55 +0000 (15:20 -0800)
commit85e8a2d4a5041a2409f4eaf20df99abe8550686d
treefb374e486cd4ebd1dac22051457b0a485d87f25b
parentb28186247104f8b90cfbe094d289c91f9e413317
Adding OpenSSLPtrTypes.h.

Summary:
So that these deleter and unique_ptr types don't have to be redeclared every single place they are used.
To be expanded on.

Reviewed By: mzlee

Differential Revision: D2850376

fb-gh-sync-id: e7f8bba320163b8b12a93b5cf3cd9a5921d38edc
folly/Makefile.am
folly/io/async/AsyncSSLSocket.h
folly/io/async/OpenSSLPtrTypes.h [new file with mode: 0644]
folly/io/async/SSLContext.cpp
folly/io/async/test/AsyncSSLSocketTest.cpp