summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaie%kuix.de <devnull@localhost>2012-11-17 13:15:42 +0000
committerkaie%kuix.de <devnull@localhost>2012-11-17 13:15:42 +0000
commit3ff34189cbb0916fabad3e2b74ef5a27adea015b (patch)
tree5e7c584d7f671de682cf72021f0f1c42e295dc56
parentb49ade3767ef55e9516e3d2e99d4046397c4dae0 (diff)
downloadnss-hg-3ff34189cbb0916fabad3e2b74ef5a27adea015b.tar.gz
bustage fix, need SEC_ASN1_MKSUB declarations
-rw-r--r--security/nss/lib/certhigh/ocspsig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/certhigh/ocspsig.c b/security/nss/lib/certhigh/ocspsig.c
index 37d291b4e..0ef610991 100644
--- a/security/nss/lib/certhigh/ocspsig.c
+++ b/security/nss/lib/certhigh/ocspsig.c
@@ -45,6 +45,8 @@ extern const SEC_ASN1Template ocsp_PointerToResponseBytesTemplate[];
SEC_ASN1_MKSUB(SECOID_AlgorithmIDTemplate)
SEC_ASN1_MKSUB(SEC_NullTemplate)
+SEC_ASN1_MKSUB(SEC_PointerToEnumeratedTemplate)
+SEC_ASN1_MKSUB(SEC_SequenceOfAnyTemplate)
ocspCertStatus*
ocsp_CreateCertStatus(PLArenaPool *arena,