diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappednss3_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |