mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Move definition to cipher.h
Define `MBEDTLS_CIPHER_MODE_STREAM` for `MBEDTLS_CIPHER_NULL_CIPHER` as well, in cipher.h. Remove redundant definition in `cipher_internal.h`
This commit is contained in:
		
							parent
							
								
									da2a31237e
								
							
						
					
					
						commit
						3fa6c2760e
					
				@ -45,7 +45,7 @@
 | 
			
		||||
#define MBEDTLS_CIPHER_MODE_WITH_PADDING
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_ARC4_C)
 | 
			
		||||
#if defined(MBEDTLS_ARC4_C) || defined(MBEDTLS_CIPHER_NULL_CIPHER)
 | 
			
		||||
#define MBEDTLS_CIPHER_MODE_STREAM
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -34,10 +34,6 @@
 | 
			
		||||
 | 
			
		||||
#include "cipher.h"
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_ARC4_C) || defined(MBEDTLS_CIPHER_NULL_CIPHER)
 | 
			
		||||
#define MBEDTLS_CIPHER_MODE_STREAM
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
extern "C" {
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user