From 184ff8f6e162090b5bd630e7fe21f71e1336494b Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 12 Jun 2024 18:42:04 +0100 Subject: [PATCH] escape_hazard(): Remove obsolete $makesafeconf Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 279afa3ae..a632fefe6 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1034,9 +1034,7 @@ Temporary session not preserved." # This is required for all SSL libs, otherwise, # there are unacceptable differences in behavior escape_hazard() { - if [ "$EASYRSA_FORCE_SAFE_SSL" ] || \ - [ "$makesafeconf" ] - then + if [ "$EASYRSA_FORCE_SAFE_SSL" ]; then # Always run verbose "escape_hazard: FORCED" elif [ "$working_safe_org_conf" ]; then