зеркало из https://github.com/mozilla/pjs.git
Move functions to 3.3.1 to avoid confustion (they are not 3.2.x functions!)
This commit is contained in:
Родитель
9e59b13c03
Коммит
c793cbc3b8
|
@ -309,8 +309,6 @@ PK11_ImportEncryptedPrivateKeyInfo;
|
|||
PK11_ImportPrivateKeyInfo;
|
||||
PK11_MapPBEMechanismToCryptoMechanism;
|
||||
PK11_PBEKeyGen;
|
||||
PK11_CreatePBEParams;
|
||||
PK11_DestroyPBEParams;
|
||||
PK11_ParamFromAlgid;
|
||||
PK11_ParamToAlgid;
|
||||
PK11_TraverseCertsForNicknameInSlot;
|
||||
|
@ -549,3 +547,14 @@ VFY_EndWithSignature;
|
|||
;+ local:
|
||||
;+ *;
|
||||
;+};
|
||||
;+NSS_3.3.1 { # NSS 3.3.1 release
|
||||
;+ global:
|
||||
;+#
|
||||
;+# The following symbols are exported only to make libsmime3.so work.
|
||||
;+# These are still private!!!
|
||||
;+#
|
||||
PK11_CreatePBEParams;
|
||||
PK11_DestroyPBEParams;
|
||||
;+ local:
|
||||
;+ *;
|
||||
;+};
|
||||
|
|
Загрузка…
Ссылка в новой задаче