mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 11:41:02 +00:00
Fix typo in define in comment
This fixes error in check-names.sh test. Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
parent
714e3a1318
commit
76228acfb9
|
@ -28,7 +28,7 @@
|
|||
|
||||
#if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
|
||||
#include "psa/crypto_config.h"
|
||||
#endif /* defined(MBEDTLS_PSAY_CRYPTO_CONFIG) */
|
||||
#endif /* defined(MBEDTLS_PSA_CRYPTO_CONFIG) */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue