From: Alex Guzman Date: Tue, 1 Aug 2017 23:23:36 +0000 (-0700) Subject: Create X509_STORE ptr type X-Git-Tag: v2017.08.07.00~9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b01e4d75074c66432534e945c75a8b79135c8d51;p=folly.git Create X509_STORE ptr type Summary: What it says on tin Reviewed By: knekritz Differential Revision: D5533819 fbshipit-source-id: e3ba89f02d20d171fbcb8ed2853267d37bd86756 --- diff --git a/folly/ssl/OpenSSLPtrTypes.h b/folly/ssl/OpenSSLPtrTypes.h index 45f47774..7784888f 100644 --- a/folly/ssl/OpenSSLPtrTypes.h +++ b/folly/ssl/OpenSSLPtrTypes.h @@ -32,6 +32,9 @@ using ASN1TimeUniquePtr = std::unique_ptr; // X509 using X509Deleter = folly::static_function_deleter; using X509UniquePtr = std::unique_ptr; +using X509StoreDeleter = + folly::static_function_deleter; +using X509StoreUniquePtr = std::unique_ptr; using X509StoreCtxDeleter = folly::static_function_deleter; using X509StoreCtxUniquePtr =