1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Merge pull request #6168 from mman/mbedtls-2.28

Use double quotes to include private header file psa_crypto_cipher.h
This commit is contained in:
Gilles Peskine
2022-08-03 13:05:00 +02:00
committed by GitHub
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"