]> granicus.if.org Git - curl/commit
sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabled
authorSteve Holme <steve_holme@hotmail.com>
Mon, 31 Aug 2015 10:49:31 +0000 (11:49 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 31 Aug 2015 11:44:01 +0000 (12:44 +0100)
commit49639480897fc2e820557e1b986154cfe9a6cb71
tree3d5980840fff52684338a256e87611cd56eb4324
parentb85043799157e761aa23d7b96a4721ef3b5e4598
sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabled

Introduced in commit 59f3f92ba6 this function is only implemented when
CURL_DISABLE_CRYPTO_AUTH is not defined. As such we shouldn't define
the function in the header file either.
lib/curl_sasl.h