]> granicus.if.org Git - curl/commit
sasl: Fixed compilation warning from commit 25264131e2
authorSteve Holme <steve_holme@hotmail.com>
Wed, 5 Nov 2014 18:20:01 +0000 (18:20 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 5 Nov 2014 18:36:57 +0000 (18:36 +0000)
commitf4af38120ac2b641ac84b5c801d61486313e3f2d
tree75be3770a940a1986c80f31f2c8fe290c0765c59
parent259f4f3d01f42ef4744318daa9e0c1fbbf8123b5
sasl: Fixed compilation warning from commit 25264131e2

Added forward declaration of digestdata to overcome the following
compilation warning:

warning: 'struct digestdata' declared inside parameter list

Additionally made the ntlmdata forward declaration dependent on
USE_NTLM similar to how digestdata and kerberosdata are.
lib/curl_sasl.h