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.
This commit is contained in:
Hanno Becker 2018-11-19 15:14:21 +00:00
parent 51560b62ed
commit 186b65ac61

View File

@ -25,8 +25,8 @@
* This file is part of mbed TLS (https://tls.mbed.org) * This file is part of mbed TLS (https://tls.mbed.org)
*/ */
#if !defined(MBEDTLS_PSA_COMPAT_H) #ifndef MBEDTLS_PSA_UTIL_H
#define MBEDTLS_PSA_COMPAT_H #define MBEDTLS_PSA_UTIL_H
#if !defined(MBEDTLS_CONFIG_FILE) #if !defined(MBEDTLS_CONFIG_FILE)
#include "config.h" #include "config.h"
@ -261,4 +261,4 @@ static inline int mbedtls_psa_err_translate_pk( psa_status_t status )
#endif /* MBEDTLS_USE_PSA_CRYPTO */ #endif /* MBEDTLS_USE_PSA_CRYPTO */
#endif /* MBEDTLS_PSA_COMPAT_H */ #endif /* MBEDTLS_PSA_UTIL_H */