]> granicus.if.org Git - curl/commit
main: make the tlsauth options always present
authorDaniel Stenberg <daniel@haxx.se>
Wed, 19 Jan 2011 22:14:55 +0000 (23:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Jan 2011 22:14:55 +0000 (23:14 +0100)
commitb77a3b9a35ec9a13f832899b6af5db80bdb2341e
tree49064129d682b59266d5172f007be29039fad317
parentc0a2ee65a4d266c5e223723b677c6a532dc7182b
main: make the tlsauth options always present

... to not make the connection between the tool and the libcurl used
tighter than necessary, the tlsauth options are now always present but
if the used libcurl doesn't have TLSAUTH support it will return failure.

Also, replaced strncmp() with strequal to get case insensitive matching.
src/main.c