From cedeff2b4294da3c022d6fa453fd4c4bd4228c66 Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 8 Jan 2015 14:16:22 +0100 Subject: [PATCH] typo in tempdir led to missing gost cipher --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 386da39..594e232 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1884,7 +1884,7 @@ initialize_engine(){ if [ ! -z "$OPENSSL_CONF" ]; then litemagenta "For now I am providing the config file in to have GOST support"; outln else - OPENSSL_CONF=$TMPDIR/gost.conf || exit 6 + OPENSSL_CONF=$TEMPDIR/gost.conf || exit 6 # see https://www.mail-archive.com/openssl-users@openssl.org/msg65395.html cat >$OPENSSL_CONF << EOF openssl_conf = openssl_def @@ -2253,6 +2253,6 @@ case "$1" in exit $ret ;; esac -# $Id: testssl.sh,v 1.163 2015/01/06 15:25:18 dirkw Exp $ +# $Id: testssl.sh,v 1.164 2015/01/08 13:16:21 dirkw Exp $ # vim:ts=5:sw=5