Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoHollmann committed May 5, 2023
1 parent 7366519 commit ff22176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-tls-min-max-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function test(cmin, cmax, cprot, smin, smax, sprot, proto, cerr, serr) {
ciphers = 'ALL@SECLEVEL=0';
}
if (common.hasOpenSSL3 && cerr === 'ERR_SSL_TLSV1_ALERT_PROTOCOL_VERSION') {
ciphers = 'DEFAULT@SECLEVEL=0';
ciphers = 'DEFAULT@SECLEVEL=0';
}
// Report where test was called from. Strip leading garbage from
// at Object.<anonymous> (file:line)
Expand Down

0 comments on commit ff22176

Please sign in to comment.