1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Use double quotes to include private header file psa_crypto_cipher.h

Signed-off-by: Martin Man <mman@martinman.net>
Co-authored-by: Tom Cosgrove <81633263+tom-cosgrove-arm@users.noreply.github.com>
This commit is contained in:
Martin Man
2022-08-02 12:44:35 +02:00
parent 8bb9e46c7c
commit 43dedd8afe
2 changed files with 5 additions and 1 deletions

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"