mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Minor comment improvement
This commit is contained in:
		
							parent
							
								
									e2f563e22e
								
							
						
					
					
						commit
						322752ba20
					
				@ -161,7 +161,7 @@ int mbedtls_mpi_shrink( mbedtls_mpi *X, size_t nblimbs )
 | 
			
		||||
    /* Actually resize up if there are currently fewer than nblimbs limbs. */
 | 
			
		||||
    if( X->n <= nblimbs )
 | 
			
		||||
        return( mbedtls_mpi_grow( X, nblimbs ) );
 | 
			
		||||
    /* Now X->n > nblimbs >= 0. */
 | 
			
		||||
    /* After this point, then X->n > nblimbs and in particular X->n > 0. */
 | 
			
		||||
 | 
			
		||||
    for( i = X->n - 1; i > 0; i-- )
 | 
			
		||||
        if( X->p[i] != 0 )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user