Fix referenced but not assigned variable 'sign_algo'. In testssl.sh line 4309: fileout "${json_prefix}algorithm" "DEBUG" "Signature Algorithm: $sign_algo" ^-- SC2154: sign_algo is referenced but not assigned. Found by ShellCheck.