mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Merge remote-tracking branch 'rich/platform' into development
* rich/platform: modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit modify programs/*.c to use polarssl_snprintf
This commit is contained in:
		
						commit
						ab025803ed
					
				@ -32,6 +32,7 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#define polarssl_printf     printf
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(POLARSSL_BIGNUM_C) && defined(POLARSSL_ENTROPY_C) && \
 | 
			
		||||
 | 
			
		||||
@ -32,6 +32,7 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#define polarssl_printf     printf
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(POLARSSL_BIGNUM_C) && \
 | 
			
		||||
 | 
			
		||||
@ -32,6 +32,7 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#define polarssl_printf     printf
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(POLARSSL_BIGNUM_C) && defined(POLARSSL_ENTROPY_C) && \
 | 
			
		||||
 | 
			
		||||
@ -32,6 +32,7 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#define polarssl_printf     printf
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(POLARSSL_BIGNUM_C) && defined(POLARSSL_RSA_C) && \
 | 
			
		||||
 | 
			
		||||
@ -30,6 +30,7 @@
 | 
			
		||||
#include "polarssl/platform.h"
 | 
			
		||||
#else
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#define polarssl_printf     printf
 | 
			
		||||
#define polarssl_fprintf    fprintf
 | 
			
		||||
#define polarssl_printf     printf
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
 | 
			
		||||
@ -30,8 +30,9 @@
 | 
			
		||||
#include "polarssl/platform.h"
 | 
			
		||||
#else
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#define polarssl_exit       exit
 | 
			
		||||
#define polarssl_printf     printf
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#define polarssl_exit       exit
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -32,6 +32,7 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#define polarssl_printf     printf
 | 
			
		||||
#define polarssl_snprintf   snprintf
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(POLARSSL_RSA_C) && defined(POLARSSL_X509_CRT_PARSE_C) && \
 | 
			
		||||
 | 
			
		||||
@ -3,6 +3,7 @@
 | 
			
		||||
#if defined(POLARSSL_PLATFORM_C)
 | 
			
		||||
#include "polarssl/platform.h"
 | 
			
		||||
#else
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#define polarssl_exit       exit
 | 
			
		||||
#define polarssl_free       free
 | 
			
		||||
#define polarssl_malloc     malloc
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user