summaryrefslogtreecommitdiffstats
path: root/display/qingy/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'display/qingy/DEPENDS')
-rwxr-xr-xdisplay/qingy/DEPENDS4
1 files changed, 2 insertions, 2 deletions
diff --git a/display/qingy/DEPENDS b/display/qingy/DEPENDS
index 1ba710191c..6b4741d4de 100755
--- a/display/qingy/DEPENDS
+++ b/display/qingy/DEPENDS
@@ -1,5 +1,5 @@
-if [[ "$QINGY_CRYPTO" == 'openssl' ]]; then
- depends openssl
+if [[ "$QINGY_CRYPTO" == 'SSL' ]]; then
+ depends SSL
elif [[ "QINGY_CRYPTO" == 'libgcrypt' ]]; then
depends libgcrypt
fi &&