From 3789aff3f571748b032e2cfa9dc49193e3842fef Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 14 Jul 2023 15:56:03 +0100 Subject: [PATCH] Unset initial variables: Remove 'user_san_true', no longer used Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 7e1ac8e..4c1a4fc 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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