vtls: fix compile with --disable-crypto-auth but with SSL

This is a strange combination of options, but is allowed.
This commit is contained in:
Dan Fandrich 2015-03-24 21:41:22 +01:00
parent ff4a4dd92e
commit 56ae66d518
1 changed files with 2 additions and 0 deletions

View File

@ -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.