diff --git a/security/jss/lib/jss.def b/security/jss/lib/jss.def index eab39eb61cd..1f8eb6c2da4 100644 --- a/security/jss/lib/jss.def +++ b/security/jss/lib/jss.def @@ -211,3 +211,10 @@ Java_org_mozilla_jss_util_Password_readPasswordFromConsole; ;+ local: ;+ *; ;+}; +;+JSS_3.1 { # JSS 3.1 release +;+ global: +Java_org_mozilla_jss_pkcs11_PK11KeyWrapper_nativeUnwrapSymPlaintext; +;+ local: +;+ *; +;+}; +