mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
- mm: patch for libressl
This commit is contained in:
parent
905e1540ab
commit
df06f45432
@ -1372,7 +1372,7 @@ find_openssl_binary() {
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if [ $OSSL_VER_MAJOR -ne 1 ]; then
|
if [ $OSSL_VER_MAJOR -le 1 ]; then ## mm: Patch for libressl
|
||||||
magentaln "<Enter> at your own risk. $OPENSSL version < 1.0 is too old for this program"
|
magentaln "<Enter> at your own risk. $OPENSSL version < 1.0 is too old for this program"
|
||||||
read a
|
read a
|
||||||
fi
|
fi
|
||||||
@ -1880,7 +1880,7 @@ case "$1" in
|
|||||||
exit $ret ;;
|
exit $ret ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# $Id: testssl.sh,v 1.122 2014/10/09 09:22:22 dirkw Exp $
|
# $Id: testssl.sh,v 1.123 2014/10/14 14:07:31 dirkw Exp $
|
||||||
# vim:ts=5:sw=5
|
# vim:ts=5:sw=5
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user