Index: nss/lib/softoken/softoken.h |
diff --git a/nss/lib/softoken/softoken.h b/nss/lib/softoken/softoken.h |
index 7ef9d09a51c4b22e5f34ef7a223188573ed66574..fbd00b6c7f284eac00373d66706f159ae29a8ffa 100644 |
--- a/nss/lib/softoken/softoken.h |
+++ b/nss/lib/softoken/softoken.h |
@@ -35,19 +35,6 @@ RSA_HashCheckSign(SECOidTag hashOid, NSSLOWKEYPublicKey *key, |
const unsigned char *sig, unsigned int sigLen, |
const unsigned char *hash, unsigned int hashLen); |
-#ifndef NSS_DISABLE_ECC |
-/* |
-** pepare an ECParam structure from DEREncoded params |
- */ |
-extern SECStatus EC_FillParams(PLArenaPool *arena, |
- const SECItem *encodedParams, ECParams *params); |
-extern SECStatus EC_DecodeParams(const SECItem *encodedParams, |
- ECParams **ecparams); |
-extern SECStatus EC_CopyParams(PLArenaPool *arena, ECParams *dstParams, |
- const ECParams *srcParams); |
-#endif |
- |
- |
/* |
** Prepare a buffer for padded CBC encryption, growing to the appropriate |
** boundary, filling with the appropriate padding. |