diff options
Diffstat (limited to 'security/nss/lib/softoken/lowkeyi.h')
-rw-r--r-- | security/nss/lib/softoken/lowkeyi.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/security/nss/lib/softoken/lowkeyi.h b/security/nss/lib/softoken/lowkeyi.h index dd3fda6cc..877c19fe5 100644 --- a/security/nss/lib/softoken/lowkeyi.h +++ b/security/nss/lib/softoken/lowkeyi.h @@ -59,13 +59,6 @@ extern NSSLOWKEYDBHandle *nsslowkey_OpenKeyDBFilename(char *filename, PRBool readOnly); /* -** Update the database -*/ -extern SECStatus nsslowkey_UpdateKeyDBPass1(NSSLOWKEYDBHandle *handle); -extern SECStatus nsslowkey_UpdateKeyDBPass2(NSSLOWKEYDBHandle *handle, - SECItem *pwitem); - -/* * Clear out all the keys in the existing database */ extern SECStatus nsslowkey_ResetKeyDB(NSSLOWKEYDBHandle *handle); |