mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-06 11:17:49 +00:00
Use double quotes to include private header file psa_crypto_cipher.h
Signed-off-by: Martin Man <[email protected]> Co-authored-by: Tom Cosgrove <[email protected]>
This commit is contained in:
co-authored by
Tom Cosgrove
parent
ecc1031dbf
commit
4741e0b56c
@@ -0,0 +1,4 @@
|
||||
Bugfix
|
||||
* Use double quotes to include private header file psa_crypto_cipher.h.
|
||||
Fixes 'file not found with <angled> include' error
|
||||
when building with Xcode.
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#if defined(MBEDTLS_PSA_CRYPTO_C)
|
||||
|
||||
#include <psa_crypto_cipher.h>
|
||||
#include "psa_crypto_cipher.h"
|
||||
#include "psa_crypto_core.h"
|
||||
#include "psa_crypto_random_impl.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user