From ca8ff5fda9e2549dcb5ba9d8aa8a92147c2ec349 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 13 Aug 2022 12:39:44 +0200 Subject: Added some CERT function to wrapped libnss3 (for #375) --- src/wrapped/wrappednss3_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappednss3_private.h b/src/wrapped/wrappednss3_private.h index a826602a..b0a45a6d 100755 --- a/src/wrapped/wrappednss3_private.h +++ b/src/wrapped/wrappednss3_private.h @@ -64,7 +64,7 @@ GO(CERT_DecodeAltNameExtension, pFpp) //GO(CERT_DecodeAuthKeyID, GO(CERT_DecodeAVAValue, pFp) //GO(CERT_DecodeBasicConstraintValue, -//GO(CERT_DecodeCertificatePoliciesExtension, +GO(CERT_DecodeCertificatePoliciesExtension, pFp) //GO(CERT_DecodeCRLDistributionPoints, //GO(__CERT_DecodeDERCertificate, //GO(CERT_DecodeDERCrl, @@ -81,7 +81,7 @@ GO(CERT_DecodeAVAValue, pFp) //GO(CERT_DestroyCertArray, GO(CERT_DestroyCertificate, vFp) GO(CERT_DestroyCertificateList, vFp) -//GO(CERT_DestroyCertificatePoliciesExtension, +GO(CERT_DestroyCertificatePoliciesExtension, vFp) GO(CERT_DestroyCertificateRequest, vFp) GO(CERT_DestroyCertList, vFp) //GO(CERT_DestroyCERTRevocationFlags, -- cgit 1.4.1