Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-36452

Avoid compile failures on OS X if system headers add more SSLProtocol enum cases

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.3
    • Affects Version/s: None
    • Component/s: Security
    • Labels:
      None
    • Fully Compatible
    • Storage NYC 2018-09-10

      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) {
                  ^
      

            Assignee:
            geert.bosch@mongodb.com Geert Bosch
            Reporter:
            geert.bosch@mongodb.com Geert Bosch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: