diff options
Diffstat (limited to 'lib/vtls/schannel.c')
-rw-r--r-- | lib/vtls/schannel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index 94603018b..988612cd2 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -1568,7 +1568,8 @@ size_t Curl_schannel_version(char *buffer, size_t size) return size; } -CURLcode Curl_schannel_random(unsigned char *entropy, size_t length) +CURLcode Curl_schannel_random(struct Curl_easy *data UNUSED_PARAM, + unsigned char *entropy, size_t length) { HCRYPTPROV hCryptProv = 0; |