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

Make legacy_or_psa.h public.

As a public header, it should no longer include common.h, just use
build_info.h which is what we actually need anyway.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2022-09-15 11:29:35 +02:00
parent c42c7e660e
commit 07018f97d2
25 changed files with 25 additions and 25 deletions

View File

@ -33,7 +33,7 @@
#include "mbedtls/ssl.h"
#include "ssl_misc.h"
#include "legacy_or_psa.h"
#include "mbedtls/legacy_or_psa.h"
#include <string.h>