Skip to content

Commit e270ff1

Browse files
danbevBridgeAR
authored andcommitted
tls: remove unnecessary set of DEFAULT_MAX_VERSION
This commit removes what looks like an unnecessary setting of exports.DEFAULT_MAX_VALUE. PR-URL: #28147 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 3611b47 commit e270ff1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/tls.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ exports.DEFAULT_CIPHERS =
5656

5757
exports.DEFAULT_ECDH_CURVE = 'auto';
5858

59-
exports.DEFAULT_MAX_VERSION = 'TLSv1.3';
60-
6159
if (getOptionValue('--tls-min-v1.0'))
6260
exports.DEFAULT_MIN_VERSION = 'TLSv1';
6361
else if (getOptionValue('--tls-min-v1.1'))

0 commit comments

Comments
 (0)