Bugzilla Bug 298957: moved PK11_TokenKeyGenWithFlags from the NSS_3.11

section to the NSS_3.10.1 section because we plan to export that function
in NSS 3.10.1. r=jpierre.
This commit is contained in:
wtchang%redhat.com 2005-07-22 01:43:36 +00:00
Родитель 18007c4f60
Коммит 75dc722c28
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -850,11 +850,16 @@ NSS_Get_CERT_SignedCrlTemplate;
;+ local:
;+ *;
;+};
;+NSS_3.10.1 { # NSS 3.10.1 release
;+ global:
PK11_TokenKeyGenWithFlags;
;+ local:
;+ *;
;+};
;+NSS_3.11 { # NSS 3.11 release
;+ global:
CERT_CompareValidityTimes;
PK11_GenerateRandomOnSlot;
PK11_TokenKeyGenWithFlags;
SECMOD_HasRootCerts;
;+ local:
;+ *;