summaryrefslogtreecommitdiff
path: root/nss/lib/cryptohi/keyi.h
diff options
context:
space:
mode:
Diffstat (limited to 'nss/lib/cryptohi/keyi.h')
-rw-r--r--nss/lib/cryptohi/keyi.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nss/lib/cryptohi/keyi.h b/nss/lib/cryptohi/keyi.h
index 374a4ad..f8f5f7f 100644
--- a/nss/lib/cryptohi/keyi.h
+++ b/nss/lib/cryptohi/keyi.h
@@ -17,13 +17,6 @@ KeyType seckey_GetKeyType(SECOidTag pubKeyOid);
SECStatus sec_DecodeSigAlg(const SECKEYPublicKey *key, SECOidTag sigAlg,
const SECItem *param, SECOidTag *encalg, SECOidTag *hashalg);
-/*
- * Set the point encoding of a SECKEYPublicKey from the OID.
- * This has to be called on any SECKEYPublicKey holding a SECKEYECPublicKey
- * before it can be used. The encoding is used to dermine the public key size.
- */
-SECStatus seckey_SetPointEncoding(PLArenaPool *arena, SECKEYPublicKey *pubKey);
-
SEC_END_PROTOS
#endif /* _KEYHI_H_ */