mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fix curve list in dependency checking
This commit is contained in:
parent
ad3fab602d
commit
ffd94cce6b
1 changed files with 5 additions and 1 deletions
|
|
@ -1974,7 +1974,11 @@
|
||||||
!defined(POLARSSL_ECP_DP_SECP521R1_ENABLED) && \
|
!defined(POLARSSL_ECP_DP_SECP521R1_ENABLED) && \
|
||||||
!defined(POLARSSL_ECP_DP_BP256R1_ENABLED) && \
|
!defined(POLARSSL_ECP_DP_BP256R1_ENABLED) && \
|
||||||
!defined(POLARSSL_ECP_DP_BP384R1_ENABLED) && \
|
!defined(POLARSSL_ECP_DP_BP384R1_ENABLED) && \
|
||||||
!defined(POLARSSL_ECP_DP_BP512R1_ENABLED) ) )
|
!defined(POLARSSL_ECP_DP_BP512R1_ENABLED) && \
|
||||||
|
!defined(POLARSSL_ECP_DP_M255_ENABLED) && \
|
||||||
|
!defined(POLARSSL_ECP_DP_SECP192K1_ENABLED) && \
|
||||||
|
!defined(POLARSSL_ECP_DP_SECP224K1_ENABLED) && \
|
||||||
|
!defined(POLARSSL_ECP_DP_SECP256K1_ENABLED) ) )
|
||||||
#error "POLARSSL_ECP_C defined, but not all prerequisites"
|
#error "POLARSSL_ECP_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue