mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Add missing bracket
Wasn't spotted earlier because it's guarded by `! HAVE_GETRANDOM`.
This commit is contained in:
		
							parent
							
								
									5e0924cb52
								
							
						
					
					
						commit
						9772da8792
					
				@ -135,7 +135,7 @@ int mbedtls_platform_entropy_poll( void *data,
 | 
				
			|||||||
        return( MBEDTLS_ERR_ENTROPY_SOURCE_FAILED );
 | 
					        return( MBEDTLS_ERR_ENTROPY_SOURCE_FAILED );
 | 
				
			||||||
    /* Fall through if the system call isn't known. */
 | 
					    /* Fall through if the system call isn't known. */
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
    ((void) ret;
 | 
					    ((void) ret);
 | 
				
			||||||
#endif /* HAVE_GETRANDOM */
 | 
					#endif /* HAVE_GETRANDOM */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    *olen = 0;
 | 
					    *olen = 0;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user