- Prevented warning from unused parameter data

This commit is contained in:
Paul Bakker 2011-12-05 13:54:00 +00:00
parent fc754a9178
commit 6bcfc67cd2

View File

@ -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,