mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 14:15:28 +00:00
Fix coding style in pkcs5.c preprocessor directives
This commit is contained in:
parent
a1bc0e25b7
commit
24e8283309
|
@ -38,13 +38,14 @@
|
|||
#if defined(MBEDTLS_PKCS5_C)
|
||||
|
||||
#include "mbedtls/pkcs5.h"
|
||||
#include <string.h>
|
||||
|
||||
#if defined(MBEDTLS_ASN1_PARSE_C)
|
||||
#include "mbedtls/asn1.h"
|
||||
#include "mbedtls/cipher.h"
|
||||
#include "mbedtls/oid.h"
|
||||
#endif
|
||||
#endif /* MBEDTLS_ASN1_PARSE_C */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
#include "mbedtls/platform.h"
|
||||
|
|
Loading…
Reference in a new issue