Merge pull request #6114 from mman/development

Use double quotes to include private header file psa_crypto_cipher.h
This commit is contained in:
Gilles Peskine 2022-08-03 13:04:57 +02:00 committed by GitHub
commit 7e1ee0f04b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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"