mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Prevented warning from unused parameter data
This commit is contained in:
parent
fc754a9178
commit
6bcfc67cd2
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ int platform_entropy_poll( void *data, unsigned char *output, size_t len,
|
|||
size_t *olen )
|
||||
{
|
||||
HCRYPTPROV provider;
|
||||
((void) data);
|
||||
*olen = 0;
|
||||
|
||||
if( CryptAcquireContext( &provider, NULL, NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue