mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	- Changed back statement
This commit is contained in:
		
							parent
							
								
									e88186d2ff
								
							
						
					
					
						commit
						17caec12af
					
				@ -1101,7 +1101,7 @@ int mpi_div_mpi( mpi *Q, mpi *R, const mpi *A, const mpi *B )
 | 
				
			|||||||
            Z.p[i - t - 1] = ~0;
 | 
					            Z.p[i - t - 1] = ~0;
 | 
				
			||||||
        else
 | 
					        else
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
#if defined(t_udbl)
 | 
					#if defined(POLARSSL_HAVE_LONGLONG)
 | 
				
			||||||
            t_udbl r;
 | 
					            t_udbl r;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            r  = (t_udbl) X.p[i] << biL;
 | 
					            r  = (t_udbl) X.p[i] << biL;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user