]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_pkcs12/lib/pkcs7Templates.cpp
Security-57337.50.23.tar.gz
[apple/security.git] / OSX / libsecurity_pkcs12 / lib / pkcs7Templates.cpp
index d2ffa5c9c1093e31a9bdd6525d53a2a4aff75824..f70a4b52a700ea5458b10327d4675176baf0e4c8 100644 (file)
@@ -97,7 +97,8 @@ const SecAsn1Template NSS_P7_PtrToEncryptedDataTemplate[] = {
 static const SecAsn1Template * NSS_P7_ContentInfoChooser(
        void *arg,                      // --> NSS_P7_DecodedContentInfo
        Boolean enc,
-       const char *buf,        // on decode, tag byte
+       const char *buf,        // on decode, tag byte and length
+       size_t len,
        void *dest)                     // --> NSS_P7_DecodedContentInfo.content
 {
        NSS_P7_DecodedContentInfo *dci =