summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11func.h
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-09-21 19:05:46 +0000
committerrelyea%netscape.com <devnull@localhost>2001-09-21 19:05:46 +0000
commitc80734e6be5e44d4525b8af3f212e4a4ed28a7e9 (patch)
tree2494c5520044e85f3a771b2c8b52c19463d71ff7 /security/nss/lib/pk11wrap/pk11func.h
parentcd5ecf05ec8da155454d6da7a30e591a9d714c45 (diff)
downloadnss-hg-c80734e6be5e44d4525b8af3f212e4a4ed28a7e9.tar.gz
Fix JSS required prototypes. Bug 100791
Diffstat (limited to 'security/nss/lib/pk11wrap/pk11func.h')
-rw-r--r--security/nss/lib/pk11wrap/pk11func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/pk11wrap/pk11func.h b/security/nss/lib/pk11wrap/pk11func.h
index 67fb9edc2..0a7c27812 100644
--- a/security/nss/lib/pk11wrap/pk11func.h
+++ b/security/nss/lib/pk11wrap/pk11func.h
@@ -478,10 +478,10 @@ PK11_GetPBEIV(SECAlgorithmID *algid, SECItem *pwitem);
* New fucntions which are already depricated....
**********************************************************************/
SECItem *
-PK11GetLowLevelKeyIDForCert(PK11SlotInfo *slot,
+PK11_GetLowLevelKeyIDForCert(PK11SlotInfo *slot,
CERTCertificate *cert, void *pwarg);
SECItem *
-PK11GetLowLevelKeyIDForPrivateKey(SECKEYPrivateKey *key);
+PK11_GetLowLevelKeyIDForPrivateKey(SECKEYPrivateKey *key);
SEC_END_PROTOS