mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Update aes.h
fixed missing multiple returns on mbedtls_aes_setkey_enc
This commit is contained in:
		
							parent
							
								
									5ad7aea568
								
							
						
					
					
						commit
						819d13dfff
					
				@ -116,7 +116,7 @@ void mbedtls_aes_free( mbedtls_aes_context *ctx );
 | 
			
		||||
 *                 <li>256 bits</li></ul>
 | 
			
		||||
 *
 | 
			
		||||
 * \return         \c 0 on success.
 | 
			
		||||
 *                 #MBEDTLS_ERR_AES_INVALID_KEY_LENGTH on failure.
 | 
			
		||||
 * \return         #MBEDTLS_ERR_AES_INVALID_KEY_LENGTH on failure.
 | 
			
		||||
 */
 | 
			
		||||
int mbedtls_aes_setkey_enc( mbedtls_aes_context *ctx, const unsigned char *key,
 | 
			
		||||
                    unsigned int keybits );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user