diff options
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 9d5822e36256..868d9f8dd23d 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -254,4 +254,12 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ endif # ifneq ($(OS),WNT) +ifeq ($(ENABLE_CIPHER_OPENSSL_BACKEND),TRUE) +$(eval $(call gb_Library_add_defs,sal,-DLIBO_CIPHER_OPENSSL_BACKEND)) +$(eval $(call gb_Library_use_externals,sal, \ + openssl \ + openssl_headers \ +)) +endif + # vim: set noet sw=4 ts=4: |