xmlsecurity/source/xmlsec/nss/nssinitializer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 16a7f98f99d334ea865b800e0b32d6fed1483942 Author: Mert Tumer <[email protected]> AuthorDate: Wed Sep 30 17:14:59 2020 +0300 Commit: Andras Timar <[email protected]> CommitDate: Fri Oct 2 22:54:07 2020 +0200 Fix libnssckbi not found error on Android This error causes Android App to be unable to open Password-protected documents. Change-Id: Iacbacb1c780025752e2447db325b075c58947818 Signed-off-by: Mert Tumer <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103658 Tested-by: Jenkins Reviewed-by: Andras Timar <[email protected]> diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx index 1d6dcda2f315..b8acdc059cf8 100644 --- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx +++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx @@ -430,7 +430,7 @@ bool nsscrypto_initialize(css::uno::Reference<css::uno::XComponentContext> const if (true) #else -#if defined SYSTEM_NSS +#if defined SYSTEM_NSS || defined ANDROID OUString rootModule("libnssckbi" SAL_DLLEXTENSION); #else OUString rootModule("${LO_LIB_DIR}/libnssckbi" SAL_DLLEXTENSION); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
