mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Corrects incorrectly named function in ctr_drbg.c comment
This commit is contained in:
		
							parent
							
								
									699d7193a1
								
							
						
					
					
						commit
						71c7ac5597
					
				@ -67,8 +67,8 @@ void mbedtls_ctr_drbg_init( mbedtls_ctr_drbg_context *ctx )
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Non-public function wrapped by mbedtls_ctr_drbg_init(). Necessary to allow NIST
 | 
			
		||||
 * tests to succeed (which require known length fixed entropy)
 | 
			
		||||
 * Non-public function wrapped by mbedtls_ctr_drbg_seed(). Necessary to allow
 | 
			
		||||
 * NIST tests to succeed (which require known length fixed entropy)
 | 
			
		||||
 */
 | 
			
		||||
int mbedtls_ctr_drbg_seed_entropy_len(
 | 
			
		||||
                   mbedtls_ctr_drbg_context *ctx,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user