Rm obsolete defines for snprintf in programs
Now centralized in the platform layer
This commit is contained in:
parent
2505528be4
commit
046589e424
7 changed files with 0 additions and 36 deletions
programs/pkey
|
@ -32,7 +32,6 @@
|
|||
#include <stdio.h>
|
||||
#define mbedtls_snprintf snprintf
|
||||
#define mbedtls_printf printf
|
||||
#define mbedtls_snprintf snprintf
|
||||
#endif
|
||||
|
||||
#if !defined(MBEDTLS_MD_C) || !defined(MBEDTLS_ENTROPY_C) || \
|
||||
|
@ -59,10 +58,6 @@ int main( void )
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined _MSC_VER && !defined snprintf
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
FILE *f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue