mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Minor change that makes life easier for static analyzers / compilers
This commit is contained in:
		
							parent
							
								
									6edcd41c0a
								
							
						
					
					
						commit
						0d7702c3ee
					
				@ -1516,9 +1516,11 @@ int mpi_exp_mod( mpi *X, const mpi *A, const mpi *E, const mpi *N, mpi *_RR )
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        if( bufsize == 0 )
 | 
					        if( bufsize == 0 )
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            if( nblimbs-- == 0 )
 | 
					            if( nblimbs == 0 )
 | 
				
			||||||
                break;
 | 
					                break;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            nblimbs--;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            bufsize = sizeof( t_uint ) << 3;
 | 
					            bufsize = sizeof( t_uint ) << 3;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user