Fixed some printf format

Silenced warnings
This commit is contained in:
Sergi Granell
2014-05-16 18:24:09 +02:00
parent 1358568517
commit 75c6af6d0e
12 changed files with 24 additions and 24 deletions
+1
View File
@@ -28,6 +28,7 @@
#define POLARSSL_BASE64_H
#include <string.h>
#include <stdio.h>
#define POLARSSL_ERR_BASE64_BUFFER_TOO_SMALL -0x002A /**< Output buffer too small. */
#define POLARSSL_ERR_BASE64_INVALID_CHARACTER -0x002C /**< Invalid character in input. */