mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:57:18 +03:00
schannel: provide two additional (dummy) API defines
This commit is contained in:
parent
bf4580d5fd
commit
5600879a1d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue