From 5dad3ab9e16768f07d9611559bb8e0cfd022271f Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Tue, 22 Apr 2025 10:16:25 +0100 Subject: [PATCH] Remove references to everest headers Signed-off-by: Ben Taylor --- scripts/check_names.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/check_names.py b/scripts/check_names.py index b4309f1f3..816f03860 100755 --- a/scripts/check_names.py +++ b/scripts/check_names.py @@ -865,25 +865,18 @@ class MBEDTLSCodeParser(CodeParser): "include/mbedtls/*.h", "include/psa/*.h", "library/*.h", - "library/*.c", - "3rdparty/everest/include/everest/everest.h", - "3rdparty/everest/include/everest/x25519.h" + "library/*.c" ]) identifiers, excluded_identifiers = self.parse_identifiers([ "include/mbedtls/*.h", "include/psa/*.h", "library/*.h", - "3rdparty/everest/include/everest/everest.h", - "3rdparty/everest/include/everest/x25519.h" ], ["3rdparty/p256-m/p256-m/p256-m.h"]) mbed_psa_words = self.parse_mbed_psa_words([ "include/mbedtls/*.h", "include/psa/*.h", "library/*.h", - "3rdparty/everest/include/everest/everest.h", - "3rdparty/everest/include/everest/x25519.h", "library/*.c", - "3rdparty/everest/library/everest.c", "3rdparty/everest/library/x25519.c" ], ["library/psa_crypto_driver_wrappers.h"]) else: