Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h
This is still an artifact from when psa_util.h was called psa_compat.h.
diff --git a/include/mbedtls/psa_util.h b/include/mbedtls/psa_util.h
index 41c0e2b..4a0c87c 100644
--- a/include/mbedtls/psa_util.h
+++ b/include/mbedtls/psa_util.h
@@ -25,8 +25,8 @@
* This file is part of mbed TLS (https://tls.mbed.org)
*/
-#if !defined(MBEDTLS_PSA_COMPAT_H)
-#define MBEDTLS_PSA_COMPAT_H
+#ifndef MBEDTLS_PSA_UTIL_H
+#define MBEDTLS_PSA_UTIL_H
#if !defined(MBEDTLS_CONFIG_FILE)
#include "config.h"
@@ -261,4 +261,4 @@
#endif /* MBEDTLS_USE_PSA_CRYPTO */
-#endif /* MBEDTLS_PSA_COMPAT_H */
+#endif /* MBEDTLS_PSA_UTIL_H */