From 90724f7f54a0e1d702f37911610a8a68a43f7f95 Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Fri, 11 Oct 2024 15:32:19 +0100 Subject: [PATCH] Move error.h from tf-psa-crypto to Mbed TLS This commit moves error.h from tf-psa-crypto to Mbed TLS for 4.0 release. Signed-off-by: Harry Ramsey --- .../drivers/builtin/include => include}/mbedtls/error.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tf-psa-crypto/drivers/builtin/include => include}/mbedtls/error.h (100%) diff --git a/tf-psa-crypto/drivers/builtin/include/mbedtls/error.h b/include/mbedtls/error.h similarity index 100% rename from tf-psa-crypto/drivers/builtin/include/mbedtls/error.h rename to include/mbedtls/error.h