summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard.freedman%sun.com <devnull@localhost>2006-05-12 22:36:03 +0000
committerrichard.freedman%sun.com <devnull@localhost>2006-05-12 22:36:03 +0000
commit4882e0f9cad073a257734981eae5ae2f0ff3f9ff (patch)
tree193ae0f4a7cb16c5e93a63d01fdab4613f7a2f10
parent6345f1b34ea823a6d31d5843066ae7d24696860c (diff)
downloadnss-hg-4882e0f9cad073a257734981eae5ae2f0ff3f9ff.tar.gz
Define length of sec_PKCS7ContentInfoTemplate in forward declaration
-rwxr-xr-xsecurity/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c b/security/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
index b27955a08..864dcf2df 100755
--- a/security/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
+++ b/security/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c
@@ -45,7 +45,7 @@
#include "pkix_pl_httpcertstore.h"
extern PKIX_PL_HashTable *httpSocketCache;
-static const SEC_ASN1Template sec_PKCS7ContentInfoTemplate[];
+static const SEC_ASN1Template sec_PKCS7ContentInfoTemplate[4];
SEC_ASN1_MKSUB(CERT_IssuerAndSNTemplate)
SEC_ASN1_MKSUB(SECOID_AlgorithmIDTemplate)
SEC_ASN1_MKSUB(SEC_SetOfAnyTemplate)