Fix include order
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
76b753bbb7
commit
829e97d029
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
|||
#include "mbedtls/cipher.h"
|
||||
#include "mbedtls/platform_util.h"
|
||||
#include "mbedtls/error.h"
|
||||
#include "legacy_or_psa.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -45,6 +44,8 @@
|
|||
#include "psa/crypto.h"
|
||||
#endif
|
||||
|
||||
#include "legacy_or_psa.h"
|
||||
|
||||
#if defined(MBEDTLS_PEM_PARSE_C)
|
||||
void mbedtls_pem_init( mbedtls_pem_context *ctx )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue