Skip to content

Commit 85fd913

Browse files
author
Hanno Becker
committed
Fix typo in check_config.h
1 parent 241b524 commit 85fd913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mbedtls/check_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
#endif
115115

116116
#if defined(MBEDTLS_ECP_RESTARTABLE) && \
117-
( defined(MBEDTLS_USE_PSA_CRYPTO_C) || \
117+
( defined(MBEDTLS_USE_PSA_CRYPTO) || \
118118
defined(MBEDTLS_ECDH_COMPUTE_SHARED_ALT) || \
119119
defined(MBEDTLS_ECDH_GEN_PUBLIC_ALT) || \
120120
defined(MBEDTLS_ECDSA_SIGN_ALT) || \

0 commit comments

Comments
 (0)