]> granicus.if.org Git - curl/commit
schannel: avoid switch-cases that go to default anyway bagder/schannel-APPLICATION_PROTOCOL_MISMATCH
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Sep 2018 20:53:42 +0000 (22:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Sep 2018 20:53:42 +0000 (22:53 +0200)
commitc771514b8e01e5acc31b7238d91c45d55310d128
treed1665fba627d0ad5d5e1cb4efe468d245c0fd20e
parent6987fcef657710f800b05dd79ff744087b15c73d
schannel: avoid switch-cases that go to default anyway

SEC_E_APPLICATION_PROTOCOL_MISMATCH isn't defined in some versions of
mingw and would require an ifdef otherwise.

Reported-by: Thomas Glanzmann
Bug: https://curl.haxx.se/mail/lib-2018-09/0020.html
lib/vtls/schannel.c