1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #8099 from gilles-peskine-arm/split-config_psa-prepare

Prepare to split config_psa.h
This commit is contained in:
Tom Cosgrove
2023-08-22 07:30:46 +00:00
committed by GitHub
6 changed files with 19 additions and 24 deletions

View File

@@ -63,6 +63,7 @@ EOF
for header in include/mbedtls/*.h include/psa/*.h; do
case ${header#include/} in
mbedtls/mbedtls_config.h) :;; # not meant for direct inclusion
mbedtls/config_*.h) :;; # not meant for direct inclusion
psa/crypto_config.h) :;; # not meant for direct inclusion
# Some of the psa/crypto_*.h headers are not meant to be included
# directly. They do have include guards that make them no-ops if