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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue