axtls: fix conversion from size_t to int warning
This commit is contained in:
parent
600ccb2237
commit
d557da5d79
@ -671,7 +671,7 @@ int Curl_axtls_random(struct SessionHandle *data,
|
||||
* race condition is that some global resources will leak. */
|
||||
RNG_initialize();
|
||||
}
|
||||
get_random(length, entropy);
|
||||
get_random((int)length, entropy);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user