mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 11:11:12 -04:00 
			
		
		
		
	ct_lt_mpi_uint: make use of biL
This commit is contained in:
		
							parent
							
								
									0e5532d6cf
								
							
						
					
					
						commit
						a0f732ba06
					
				| @ -1171,7 +1171,7 @@ static unsigned ct_lt_mpi_uint( const mbedtls_mpi_uint x, | ||||
|     ret |= y & cond; | ||||
| 
 | ||||
| 
 | ||||
|     ret = ret >> ( sizeof( mbedtls_mpi_uint ) * 8 - 1 ); | ||||
|     ret = ret >> ( biL - 1 ); | ||||
| 
 | ||||
|     return ret; | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Janos Follath
						Janos Follath