Bug 183612: renamed some new functions to be consistent with existing

function names containing SubjectKey and PublicKey.  Moved internal
functions to private headers and use the lowercase cert_ prefix for the
internal functions for subject key ID mapping hash table. r=nelsonb.


git-svn-id: svn://10.0.0.236/trunk@255455 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2008-12-10 22:48:19 +00:00
parent 7c14261324
commit 7ef0ce9940

View File

@ -49,7 +49,4 @@ struct PK11PreSlotInfoStr {
char hasRootTrust; /* is this the root cert PKCS #11 module? */
};
extern void PK11SDR_Init(void);
extern void PK11SDR_Shutdown(void);
#endif /* _PK11_INIT_H_ 1 */