Fix JSS required prototypes. Bug 100791

This commit is contained in:
relyea%netscape.com 2001-09-21 19:05:46 +00:00
parent 330c16877b
commit 24af055fe8

View File

@ -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