зеркало из https://github.com/mozilla/pjs.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:
Родитель
75bf6ad089
Коммит
418134de55
|
@ -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:
|
||||
;+ *;
|
||||
|
|
Загрузка…
Ссылка в новой задаче