]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_asn1/lib/pkcs7Templates.c
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_asn1 / lib / pkcs7Templates.c
index 125fd6b30d679e7c69e08d6647513ac7e4e2e756..38e815dce0ccb15060aa20d6779544ef1ad5f758 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 =