diff options
| -rw-r--r-- | lib/vtls/vtls.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c index c551cca66..4980d674f 100644 --- a/lib/vtls/vtls.c +++ b/lib/vtls/vtls.c @@ -827,6 +827,7 @@ CURLcode Curl_pin_peer_pubkey(const char *pinnedpubkey,    return result;  } +#ifndef CURL_DISABLE_CRYPTO_AUTH  void Curl_ssl_md5sum(unsigned char *tmp, /* input */                       size_t tmplen,                       unsigned char *md5sum, /* output */ @@ -844,6 +845,7 @@ void Curl_ssl_md5sum(unsigned char *tmp, /* input */    Curl_MD5_final(MD5pw, md5sum);  #endif  } +#endif  /*   * Check whether the SSL backend supports the status_request extension. | 
