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 <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rich Trott <[email protected]>
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
elseif(getOptionValue('--tls-min-v1.1'))

0 commit comments

Comments
(0)