File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 114
114
#endif
115
115
116
116
#if defined(MBEDTLS_ECP_RESTARTABLE ) && \
117
- ( defined(MBEDTLS_ECDH_COMPUTE_SHARED_ALT ) || \
117
+ ( defined(MBEDTLS_USE_PSA_CRYPTO_C ) || \
118
+ defined(MBEDTLS_ECDH_COMPUTE_SHARED_ALT ) || \
118
119
defined(MBEDTLS_ECDH_GEN_PUBLIC_ALT ) || \
119
120
defined(MBEDTLS_ECDSA_SIGN_ALT ) || \
120
121
defined(MBEDTLS_ECDSA_VERIFY_ALT ) || \
121
122
defined(MBEDTLS_ECDSA_GENKEY_ALT ) || \
122
123
defined(MBEDTLS_ECP_INTERNAL_ALT ) || \
123
124
defined(MBEDTLS_ECP_ALT ) )
124
- #error "MBEDTLS_ECP_RESTARTABLE defined, but it cannot coexist with an alternative ECP implementation"
125
+ #error "MBEDTLS_ECP_RESTARTABLE defined, but it cannot coexist with an alternative or PSA-based ECP implementation"
125
126
#endif
126
127
127
128
#if defined(MBEDTLS_ECDSA_DETERMINISTIC ) && !defined(MBEDTLS_HMAC_DRBG_C )
You can’t perform that action at this time.
0 commit comments