mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	- Prevented warning from unused parameter data
This commit is contained in:
		
							parent
							
								
									fc754a9178
								
							
						
					
					
						commit
						6bcfc67cd2
					
				@ -50,6 +50,7 @@ int platform_entropy_poll( void *data, unsigned char *output, size_t len,
 | 
				
			|||||||
                           size_t *olen )
 | 
					                           size_t *olen )
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    HCRYPTPROV provider;
 | 
					    HCRYPTPROV provider;
 | 
				
			||||||
 | 
					    ((void) data);
 | 
				
			||||||
    *olen = 0;
 | 
					    *olen = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if( CryptAcquireContext( &provider, NULL, NULL,
 | 
					    if( CryptAcquireContext( &provider, NULL, NULL,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user