diff options
author | Yang Tse <yangsita@gmail.com> | 2012-06-28 12:49:12 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-06-28 12:49:12 +0200 |
commit | 74552acaea279bc96950964b9069378ccc3238f9 (patch) | |
tree | c236065d198aedaa0fcebf9efe4ce0e4ce467816 /lib/curl_schannel.h | |
parent | 5600879a1df9a0123ba1700401a55ebe30e78617 (diff) | |
download | curl-74552acaea279bc96950964b9069378ccc3238f9.tar.gz |
sslgen.c: cleanup temporary compile-time SSL-backend check
Diffstat (limited to 'lib/curl_schannel.h')
-rw-r--r-- | lib/curl_schannel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/curl_schannel.h b/lib/curl_schannel.h index cf5b79a6b..ed9257731 100644 --- a/lib/curl_schannel.h +++ b/lib/curl_schannel.h @@ -135,7 +135,5 @@ 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 */ |