You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testssl.sh
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17173,10 +17173,11 @@ run_renego() {
17173
17173
prln_warning "not having provided client certificate and private key file, the client x509-based authentication prevents this from being tested"
17174
17174
fileout "$jsonID" "WARN" "not having provided client certificate and private key file, the client x509-based authentication prevents this from being tested"
17175
17175
else
17176
-
# We will extensively use subshell and command pipe
17177
-
# Do not let herited pipeline error control interfere
17178
-
[[ $- == *e* ]] && restore_pipeerror=1
17179
-
[[ $restore_pipeerror == 1 ]] && set +e
17176
+
# # We will extensively use subshell and command pipe
17177
+
# # Do not let herited pipeline error control interfere
0 commit comments