Bug 273637 3 locks in softoken have unsafe initialization

r=alexi r=julien
This commit is contained in:
rrelyea%redhat.com 2006-03-21 19:36:53 +00:00
Родитель dd7e2a2cf6
Коммит 01ef3de28a
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,11 @@
SEC_BEGIN_PROTOS
/*
* initialize any global certificate locks
*/
SECStatus nsslowcert_InitLocks(void);
/*
** Add a DER encoded certificate to the permanent database.
** "derCert" is the DER encoded certificate.