mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-24 09:15:14 +08:00
pkparse: make pk_internal.h always available
This is needed because now "pk_internal.h" contains defines for PEM strings Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
bcc004b549
commit
3cc486aa11
@ -15,6 +15,7 @@
|
||||
#include "mbedtls/platform_util.h"
|
||||
#include "mbedtls/platform.h"
|
||||
#include "mbedtls/error.h"
|
||||
#include "pk_internal.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@ -29,7 +30,6 @@
|
||||
#endif
|
||||
#if defined(MBEDTLS_PK_HAVE_ECC_KEYS)
|
||||
#include "mbedtls/ecp.h"
|
||||
#include "pk_internal.h"
|
||||
#endif
|
||||
|
||||
/* Extended formats */
|
||||
|
Loading…
x
Reference in New Issue
Block a user