summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/lowcert.c
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-05-15 17:45:58 +0000
committerwtchang%redhat.com <devnull@localhost>2006-05-15 17:45:58 +0000
commit617436e372f5b4ade30e234767bbf37401ea5e29 (patch)
treecd0adaa279514e5a56b4e8bbb1f7f6ae5dec35b1 /security/nss/lib/softoken/lowcert.c
parent089f031e67a4cb9eb888d5fbf3c06af1e8c7456b (diff)
downloadnss-hg-617436e372f5b4ade30e234767bbf37401ea5e29.tar.gz
Bugzilla Bug 337770: upgraded the NSS version on the MOZILLA_1_8_BRANCH to
a stable snapshot of NSS_3_11_BRANCH (NSS_3_11_20050512_TAG, NSS 3.11.2 pre-release). a=wtc for branch-1.8.1. Tag: MOZILLA_1_8_BRANCH
Diffstat (limited to 'security/nss/lib/softoken/lowcert.c')
-rw-r--r--security/nss/lib/softoken/lowcert.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/nss/lib/softoken/lowcert.c b/security/nss/lib/softoken/lowcert.c
index cb048307d..008687e52 100644
--- a/security/nss/lib/softoken/lowcert.c
+++ b/security/nss/lib/softoken/lowcert.c
@@ -51,12 +51,8 @@
#include "secasn1.h"
#include "secoid.h"
#include "secerr.h"
+#include "softoken.h"
-#ifdef NSS_ENABLE_ECC
-extern SECStatus EC_FillParams(PRArenaPool *arena,
- const SECItem *encodedParams,
- ECParams *params);
-#endif
static const SEC_ASN1Template nsslowcert_SubjectPublicKeyInfoTemplate[] = {
{ SEC_ASN1_SEQUENCE, 0, NULL, sizeof(NSSLOWCERTSubjectPublicKeyInfo) },