1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

modify programs/*.c to use polarssl_snprintf

This commit is contained in:
Rich Evans
2015-01-30 11:11:57 +00:00
parent 6ca4076468
commit b92965be74
7 changed files with 8 additions and 2 deletions

View File

@@ -30,9 +30,9 @@
#include "polarssl/platform.h"
#else
#include <stdio.h>
#define polarssl_snprintf snprintf
#define polarssl_printf printf
#define polarssl_exit exit
#define polarssl_printf printf
#define polarssl_snprintf snprintf
#endif
#if defined(POLARSSL_TIMING_C)

View File

@@ -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) && \