зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
18007c4f60
Коммит
75dc722c28
|
@ -850,11 +850,16 @@ NSS_Get_CERT_SignedCrlTemplate;
|
||||||
;+ local:
|
;+ local:
|
||||||
;+ *;
|
;+ *;
|
||||||
;+};
|
;+};
|
||||||
|
;+NSS_3.10.1 { # NSS 3.10.1 release
|
||||||
|
;+ global:
|
||||||
|
PK11_TokenKeyGenWithFlags;
|
||||||
|
;+ local:
|
||||||
|
;+ *;
|
||||||
|
;+};
|
||||||
;+NSS_3.11 { # NSS 3.11 release
|
;+NSS_3.11 { # NSS 3.11 release
|
||||||
;+ global:
|
;+ global:
|
||||||
CERT_CompareValidityTimes;
|
CERT_CompareValidityTimes;
|
||||||
PK11_GenerateRandomOnSlot;
|
PK11_GenerateRandomOnSlot;
|
||||||
PK11_TokenKeyGenWithFlags;
|
|
||||||
SECMOD_HasRootCerts;
|
SECMOD_HasRootCerts;
|
||||||
;+ local:
|
;+ local:
|
||||||
;+ *;
|
;+ *;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче