mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
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
|
|
@ -75,10 +75,6 @@ int main( void )
|
|||
#include "mbedtls/memory_buffer_alloc.h"
|
||||
#endif
|
||||
|
||||
#if defined _MSC_VER && !defined snprintf
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
/*
|
||||
* For heap usage estimates, we need an estimate of the overhead per allocated
|
||||
* block. ptmalloc2/3 (used in gnu libc for instance) uses 2 size_t per block,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue