mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Correct typo in bignum.h
This commit is contained in:
		
							parent
							
								
									88683b2c6d
								
							
						
					
					
						commit
						efeef6cf03
					
				@ -70,7 +70,7 @@
 | 
				
			|||||||
 * Maximum size of MPIs allowed in bits and bytes for user-MPIs.
 | 
					 * Maximum size of MPIs allowed in bits and bytes for user-MPIs.
 | 
				
			||||||
 * ( Default: 512 bytes => 4096 bits, Maximum tested: 2048 bytes => 16384 bits )
 | 
					 * ( Default: 512 bytes => 4096 bits, Maximum tested: 2048 bytes => 16384 bits )
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Note: Calculations can results temporarily in larger MPIs. So the number
 | 
					 * Note: Calculations can temporarily result in larger MPIs. So the number
 | 
				
			||||||
 * of limbs required (MBEDTLS_MPI_MAX_LIMBS) is higher.
 | 
					 * of limbs required (MBEDTLS_MPI_MAX_LIMBS) is higher.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define MBEDTLS_MPI_MAX_SIZE                              1024     /**< Maximum number of bytes for usable MPIs. */
 | 
					#define MBEDTLS_MPI_MAX_SIZE                              1024     /**< Maximum number of bytes for usable MPIs. */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user