]> granicus.if.org Git - curl/commit
tlsauthtype: deal with the string case insensitively
authorDaniel Stenberg <daniel@haxx.se>
Tue, 23 Oct 2012 21:12:58 +0000 (23:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Oct 2012 21:12:58 +0000 (23:12 +0200)
commit74fe1b95fb44053fdbef4b1eb9f550a3da332eda
treeb60b883f1e99bbe019b6fbf832db5406388251fb
parentd1c769877a3eab3c88b5f3f55501d3c505e247c8
tlsauthtype: deal with the string case insensitively

When given a string as 'srp' it didn't work, but required 'SRP'.
Starting now, the check disregards casing.

Bug: http://curl.haxx.se/bug/view.cgi?id=3578418
Reported by: Jeff Connelly
lib/url.c