Skip to content

Commit

Permalink
escape_hazard(): Remove obsolete $makesafeconf
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jun 12, 2024
1 parent e220256 commit 184ff8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 184ff8f

Please sign in to comment.