Skip to content

Commit

Permalink
Unset initial variables: Remove 'user_san_true', no longer used
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jul 14, 2023
1 parent fdb8e0e commit 3789aff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -6583,14 +6583,14 @@ detect_host
# Initialisation requirements
unset -v \
verify_ssl_lib_ok \
easyrsa_exit_with_error error_info \
prohibit_no_pass \
secured_session \
working_safe_ssl_conf \
user_san_true \
alias_days \
do_build_full internal_batch \
found_vars no_new_vars user_vars_true
prohibit_no_pass \
found_vars no_new_vars user_vars_true \
do_build_full error_build_full_cleanup \
internal_batch \
easyrsa_exit_with_error error_info

# Used by build-ca->cleanup to restore prompt
# after user interrupt when using manual password
Expand Down

0 comments on commit 3789aff

Please sign in to comment.