From 7ef0ce9940394ef8d0b10fe5ee32c75aab8de7e2 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 10 Dec 2008 22:48:19 +0000 Subject: [PATCH] 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 --- mozilla/security/nss/lib/softoken/pk11init.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/security/nss/lib/softoken/pk11init.h b/mozilla/security/nss/lib/softoken/pk11init.h index cf70f88b183..ec25cf8bafe 100644 --- a/mozilla/security/nss/lib/softoken/pk11init.h +++ b/mozilla/security/nss/lib/softoken/pk11init.h @@ -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 */