We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7c29e commit fd9a4b2Copy full SHA for fd9a4b2
library/aes.c
@@ -36,6 +36,7 @@
36
#include <string.h>
37
38
#include "mbedtls/aes.h"
39
+#include "mbedtls/platform.h"
40
#include "mbedtls/platform_util.h"
41
#if defined(MBEDTLS_PADLOCK_C)
42
#include "mbedtls/padlock.h"
library/gcm.c
@@ -48,9 +48,8 @@
48
49
#if defined(MBEDTLS_SELF_TEST) && defined(MBEDTLS_AES_C)
50
51
-#if defined(MBEDTLS_PLATFORM_C)
52
#include "mbedtls/platform.h"
53
-#else
+#if !defined(MBEDTLS_PLATFORM_C)
54
#include <stdio.h>
55
#define mbedtls_printf printf
56
#endif /* MBEDTLS_PLATFORM_C */
0 commit comments