summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMert Tumer <mert.tumer@collabora.com>2020-09-30 17:14:59 +0300
committerAndras Timar <andras.timar@collabora.com>2020-10-02 22:55:12 +0200
commit0b1b1e90bffd4e8a7647cc01f5529c745ebdb121 (patch)
tree57d5d25e7ea0f432e05e37b2011ce62cb4a22d57 /xmlsecurity
parent0a8be32f6130a4b84cd3f9ca70f6109dd78bf434 (diff)
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 <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103659 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/nss/nssinitializer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
index b2fd04423be9..bbdc036395f2 100644
--- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
+++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
@@ -415,7 +415,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);