mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Add missing headers and fix name change issues
This commit is contained in:
		
							parent
							
								
									1de892b85f
								
							
						
					
					
						commit
						cf32c45bfd
					
				@ -485,8 +485,8 @@ void decrypt_test_vec( int cipher_id, int pad_mode, HexParam_t * key,
 | 
			
		||||
    memset( output, 0x00, sizeof( output ) );
 | 
			
		||||
 | 
			
		||||
#if !defined(MBEDTLS_GCM_C) && !defined(MBEDTLS_CHACHAPOLY_C)
 | 
			
		||||
    ((void) hex_ad);
 | 
			
		||||
    ((void) hex_tag);
 | 
			
		||||
    ((void) ad);
 | 
			
		||||
    ((void) tag);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    /* Prepare context */
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,5 @@
 | 
			
		||||
/* BEGIN_HEADER */
 | 
			
		||||
#include "mbedtls/bignum.h"
 | 
			
		||||
#include "mbedtls/x509_crt.h"
 | 
			
		||||
#include "mbedtls/x509_csr.h"
 | 
			
		||||
#include "mbedtls/pem.h"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user