summaryrefslogtreecommitdiff
path: root/oox/CppunitTest_oox_crypto.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-07-04 16:25:37 +0200
committerTomaž Vajngerl <quikee@gmail.com>2018-07-06 18:26:08 +0200
commit6db3aeb6e698b07d2fb4985a0c529358b7323f55 (patch)
tree62a041fa75841567662b6df79d3b57e62a06275c /oox/CppunitTest_oox_crypto.mk
parent0d0bf4132d7cf81306a3de6592fce40ab69ef040 (diff)
CryptoTools: add HMAC, move crypto impl. details to CryptoImpl
Change-Id: I8edb24ee5d9595ef54bd49526b631baf8a7415b1 Reviewed-on: https://gerrit.libreoffice.org/56970 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'oox/CppunitTest_oox_crypto.mk')
-rw-r--r--oox/CppunitTest_oox_crypto.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/oox/CppunitTest_oox_crypto.mk b/oox/CppunitTest_oox_crypto.mk
index 64fd4df490b5..f4a641283152 100644
--- a/oox/CppunitTest_oox_crypto.mk
+++ b/oox/CppunitTest_oox_crypto.mk
@@ -16,6 +16,20 @@ $(eval $(call gb_CppunitTest_add_exception_objects,oox_crypto,\
$(eval $(call gb_CppunitTest_use_sdk_api,oox_crypto))
+ifeq ($(TLS),OPENSSL)
+$(eval $(call gb_CppunitTest_externals,oox_crypto,\
+ openssl \
+ openssl_headers \
+))
+else
+ifeq ($(TLS),NSS)
+$(eval $(call gb_CppunitTest_use_externals,oox_crypto,\
+ plc4 \
+ nss3 \
+))
+endif
+endif
+
$(eval $(call gb_CppunitTest_use_libraries,oox_crypto,\
basegfx \
comphelper \
@@ -68,6 +82,7 @@ $(eval $(call gb_CppunitTest_use_components,oox_crypto,\
unotools/util/utl \
uui/util/uui \
vcl/vcl.common \
+ sax/source/expatwrap/expwrap \
))