From 5e76322840624b5a5111b52f5fb90a13c891f032 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 14 Oct 2014 16:28:18 +0200 Subject: [PATCH] - regression on libressl fix fdor openssl fixed --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 93b6f76..3696c09 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1372,7 +1372,7 @@ find_openssl_binary() { esac ;; esac - if [ $OSSL_VER_MAJOR -le 1 ]; then ## mm: Patch for libressl + if [ $OSSL_VER_MAJOR -lt 1 ]; then ## mm: Patch for libressl magentaln " at your own risk. $OPENSSL version < 1.0 is too old for this program" read a fi @@ -1880,7 +1880,7 @@ case "$1" in exit $ret ;; esac -# $Id: testssl.sh,v 1.123 2014/10/14 14:07:31 dirkw Exp $ +# $Id: testssl.sh,v 1.124 2014/10/14 14:28:17 dirkw Exp $ # vim:ts=5:sw=5