From: Dr. Stephen Henson Date: Tue, 26 Jul 2005 11:43:11 +0000 (+0000) Subject: Add declaration for IDP ASN1 functions. X-Git-Tag: OpenSSL_0_9_8k^2~1888 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8eb7217580c82c395c52190858fb69c05b5e1c32;p=oweals%2Fopenssl.git Add declaration for IDP ASN1 functions. --- diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h index 9e95bdabb0..4374109927 100644 --- a/crypto/x509v3/x509v3.h +++ b/crypto/x509v3/x509v3.h @@ -514,6 +514,7 @@ DECLARE_ASN1_FUNCTIONS(NOTICEREF) DECLARE_ASN1_FUNCTIONS(CRL_DIST_POINTS) DECLARE_ASN1_FUNCTIONS(DIST_POINT) DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME) +DECLARE_ASN1_FUNCTIONS(ISSUING_DIST_POINT) DECLARE_ASN1_FUNCTIONS(ACCESS_DESCRIPTION) DECLARE_ASN1_FUNCTIONS(AUTHORITY_INFO_ACCESS)