aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-06-27 23:36:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-06-28 08:40:17 +0200
commit5600879a1df9a0123ba1700401a55ebe30e78617 (patch)
tree844ff2fba94599b08b8b555934047e473c937ae3
parentbf4580d5fdd1ae5b76acd0957afddbf62918dfee (diff)
schannel: provide two additional (dummy) API defines
-rw-r--r--lib/curl_schannel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/curl_schannel.h b/lib/curl_schannel.h
index 4f48f16e6..cf5b79a6b 100644
--- a/lib/curl_schannel.h
+++ b/lib/curl_schannel.h
@@ -135,6 +135,7 @@ size_t Curl_schannel_version(char *buffer, size_t size);
#define curlssl_version Curl_schannel_version
#define curlssl_check_cxn(x) (x=x, -1)
#define curlssl_data_pending Curl_schannel_data_pending
-
+#define curlssl_random /* not used with the schannel backend */
+#define curlssl_md5sum /* not used with the schannel backend */
#endif /* USE_SCHANNEL */
#endif /* HEADER_CURL_SCHANNEL_H */