mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix unused argument when compiling with MBEDTLS_ECDSA_SIGN_ALT
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
		
							parent
							
								
									a0b4decff0
								
							
						
					
					
						commit
						6dce4bbe36
					
				@ -470,6 +470,8 @@ static int ecdsa_sign_det_restartable( mbedtls_ecp_group *grp,
 | 
			
		||||
sign:
 | 
			
		||||
#endif
 | 
			
		||||
#if defined(MBEDTLS_ECDSA_SIGN_ALT)
 | 
			
		||||
    (void) f_rng_blind;
 | 
			
		||||
    (void) p_rng_blind;
 | 
			
		||||
    ret = mbedtls_ecdsa_sign( grp, r, s, d, buf, blen,
 | 
			
		||||
                              mbedtls_hmac_drbg_random, p_rng );
 | 
			
		||||
#else
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user