mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 15:25:43 +01:00
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:
parent
51560b62ed
commit
186b65ac61
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user