Commit 8bafc162 authored by Kimberly Jinxia Lim's avatar Kimberly Jinxia Lim Committed by Facebook Github Bot

Add AccessDescription & AuthorityInfoAccess to OpenSSLPtrTypes

Summary: Per title

Reviewed By: mingtaoy

Differential Revision: D9159614

fbshipit-source-id: d26320587ae55b4415185206a7a6a5f8f38ff428
parent 1422181c
......@@ -52,6 +52,14 @@ using X509VerifyParam =
DEFINE_SSL_PTR_TYPE(GeneralName, GENERAL_NAME, GENERAL_NAME_free);
DEFINE_SSL_PTR_TYPE(GeneralNames, GENERAL_NAMES, GENERAL_NAMES_free);
DEFINE_SSL_PTR_TYPE(
AccessDescription,
ACCESS_DESCRIPTION,
ACCESS_DESCRIPTION_free);
DEFINE_SSL_PTR_TYPE(
AuthorityInfoAccess,
AUTHORITY_INFO_ACCESS,
AUTHORITY_INFO_ACCESS_free);
DEFINE_SSL_PTR_TYPE(DistPointName, DIST_POINT_NAME, DIST_POINT_NAME_free);
DEFINE_SSL_PTR_TYPE(DistPoint, DIST_POINT, DIST_POINT_free);
DEFINE_SSL_PTR_TYPE(CrlDistPoints, CRL_DIST_POINTS, CRL_DIST_POINTS_free);
......
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