Details
Description
src/mongo/util/net/ssl_manager_apple.cpp:1253:13: error: enumeration values 'kTLSProtocol13' and
|
'kTLSProtocolMaxSupported' not handled in switch [-Werror,-Wswitch]
|
switch (protocol) {
|
^
|
src/mongo/util/net/ssl_manager_apple.cpp:1253:13: note: add missing switch cases
|
switch (protocol) {
|
^
|
Attachments
Issue Links
- is duplicated by
-
SERVER-36866 Fix switch in Secure Transport recordTLSVersion()
-
- Closed
-