mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	Update cipher.h
minor fix
This commit is contained in:
		
							parent
							
								
									4c368e82cc
								
							
						
					
					
						commit
						c441f74900
					
				| @ -97,7 +97,7 @@ typedef enum { | ||||
|  */ | ||||
| typedef enum { | ||||
|     MBEDTLS_CIPHER_NONE = 0,             /**< Placeholder to mark the end of cipher-pair lists. */ | ||||
|     MBEDTLS_CIPHER_NULL,                 /**< The cipher-pair, treated as a stream cipher. */ | ||||
|     MBEDTLS_CIPHER_NULL,                 /**< The identity stream cipher. */ | ||||
|     MBEDTLS_CIPHER_AES_128_ECB,          /**< AES cipher with 128-bit ECB mode. */ | ||||
|     MBEDTLS_CIPHER_AES_192_ECB,          /**< AES cipher with 192-bit ECB mode. */ | ||||
|     MBEDTLS_CIPHER_AES_256_ECB,          /**< AES cipher with 256-bit ECB mode. */ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Rose Zadik
						Rose Zadik