summaryrefslogtreecommitdiffstats
path: root/crypto/xmlsec/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/xmlsec/DEPENDS')
-rwxr-xr-xcrypto/xmlsec/DEPENDS7
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/xmlsec/DEPENDS b/crypto/xmlsec/DEPENDS
index 0479086908..1e235566e1 100755
--- a/crypto/xmlsec/DEPENDS
+++ b/crypto/xmlsec/DEPENDS
@@ -6,12 +6,13 @@ echo &&
message "You have to pick at least one of the following dependencies!" &&
optional_depends gnutls '--with-gnutls=/usr' '--without-gnutls' 'for encrypted communications' &&
optional_depends nss '--with-nss=/usr' '--without-nss' 'for encrypted communications' &&
-optional_depends openssl '--with-openssl=/usr' '--without-openssl' 'for encrypted communications' &&
+optional_depends SSL '--with-openssl=/usr' '--without-openssl' 'for encrypted communications' &&
if ! is_depends_enabled $SPELL gnutls &&
! is_depends_enabled $SPELL nss &&
+ ! is_depends_enabled $SPELL libressl &&
! is_depends_enabled $SPELL openssl; then
- message "${PROBLEM_COLOR}No backend was chosen, forcing openssl!$DEFAULT_COLOR"
- depends openssl
+ message "${PROBLEM_COLOR}No backend was chosen, forcing SSL!$DEFAULT_COLOR"
+ depends SSL
fi