sasl: Fixed compilation warning in SSPI builds
authorSteve Holme <steve_holme@hotmail.com>
Sun, 6 Apr 2014 13:21:46 +0000 (14:21 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 6 Apr 2014 15:01:55 +0000 (16:01 +0100)
warning: 'sasl_digest_get_key_value' defined but not used

lib/curl_sasl.c

index 1968ccb..8d7a771 100644 (file)
@@ -51,7 +51,7 @@
 /* The last #include file should be: */
 #include "memdebug.h"
 
-#ifndef CURL_DISABLE_CRYPTO_AUTH
+#if !defined(CURL_DISABLE_CRYPTO_AUTH) && !defined(USE_WINDOWS_SSPI)
 /* Retrieves the value for a corresponding key from the challenge string
  * returns TRUE if the key could be found, FALSE if it does not exists
  */