Skip to content

Commit

Permalink
Use double quotes to include private header file psa_crypto_cipher.h
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Man <mman@martinman.net>
Co-authored-by: Tom Cosgrove <81633263+tom-cosgrove-arm@users.noreply.github.com>
  • Loading branch information
mman and tom-cosgrove-arm committed Aug 2, 2022
1 parent 8bb9e46 commit 43dedd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.d/fix_psa_crypto_cipher_h_include.txt
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion library/psa_crypto_cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 43dedd8

Please sign in to comment.