File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 134
134
#error "MBEDTLS_ECDSA_DETERMINISTIC defined, but not all prerequisites"
135
135
#endif
136
136
137
- #if defined(MBEDTLS_ECP_C ) && ( !defined(MBEDTLS_BIGNUM_C ) || ( \
137
+ #if defined(MBEDTLS_ECP_C ) && ( !defined(MBEDTLS_BIGNUM_C ) || ( \
138
138
!defined(MBEDTLS_ECP_DP_SECP192R1_ENABLED ) && \
139
139
!defined(MBEDTLS_ECP_DP_SECP224R1_ENABLED ) && \
140
140
!defined(MBEDTLS_ECP_DP_SECP256R1_ENABLED ) && \
145
145
!defined(MBEDTLS_ECP_DP_BP512R1_ENABLED ) && \
146
146
!defined(MBEDTLS_ECP_DP_SECP192K1_ENABLED ) && \
147
147
!defined(MBEDTLS_ECP_DP_SECP224K1_ENABLED ) && \
148
- !defined(MBEDTLS_ECP_DP_SECP256K1_ENABLED ) ) )
148
+ !defined(MBEDTLS_ECP_DP_SECP256K1_ENABLED ) && \
149
+ !defined(MBEDTLS_ECP_DP_CURVE25519_ENABLED ) && \
150
+ !defined(MBEDTLS_ECP_DP_CURVE448_ENABLED ) ) )
149
151
#error "MBEDTLS_ECP_C defined, but not all prerequisites"
150
152
#endif
151
153
You can’t perform that action at this time.
0 commit comments