backwards compatibility

This commit is contained in:
John
2022-02-12 15:43:49 +01:00
parent 602b24347b
commit abec19eca0
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ else
fi
ldd $RELEASE/usr/bin/ebusd | egrep -q libssl.so.1.1
if [ $? -eq 0 ]; then
extralibs="$extralibs, libssl1.1 (>= 1.1.1)"
extralibs="$extralibs, libssl1.1 (>= 1.1.0)"
fi
if [ -n "$RUNTEST" ]; then