Rm obsolete defines for snprintf in programs

Now centralized in the platform layer
This commit is contained in:
Manuel Pégourié-Gonnard
2015-07-01 17:26:20 +02:00
parent 2505528be4
commit 046589e424
7 changed files with 0 additions and 36 deletions

View File

@@ -32,7 +32,6 @@
#include <stdio.h>
#define mbedtls_snprintf snprintf
#define mbedtls_printf printf
#define mbedtls_snprintf snprintf
#endif
#if defined(MBEDTLS_RSA_C) && defined(MBEDTLS_X509_CRT_PARSE_C) && \
@@ -44,10 +43,6 @@
#include <string.h>
#endif
#if defined _MSC_VER && !defined snprintf
#define snprintf _snprintf
#endif
#define MAX_CLIENT_CERTS 8
#if !defined(MBEDTLS_RSA_C) || !defined(MBEDTLS_X509_CRT_PARSE_C) || \