diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def index cc0c1095e73..fd398292338 100644 --- a/security/nss/lib/nss/nss.def +++ b/security/nss/lib/nss/nss.def @@ -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: +;+ *; +;+};