mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 08:39:13 +00:00
Remove obsolote ECP abstraction macros
Some macros have been removed from the Elliptic Curve Point abstraction layer, and they shouldn't have remained in the check_config.h
This commit is contained in:
parent
c44ab97cc9
commit
333d163523
1 changed files with 0 additions and 8 deletions
|
@ -150,14 +150,6 @@
|
||||||
#error "MBEDTLS_GCM_C defined, but not all prerequisites"
|
#error "MBEDTLS_GCM_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_ECP_INIT_ALT) && !defined(MBEDTLS_ECP_INTERNAL_ALT)
|
|
||||||
#error "MBEDTLS_ECP_INIT_ALT defined, but not all prerequisites"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_ECP_DEINIT_ALT) && !defined(MBEDTLS_ECP_INTERNAL_ALT)
|
|
||||||
#error "MBEDTLS_ECP_DEINIT_ALT defined, but not all prerequisites"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_ECP_RANDOMIZE_JAC_ALT) && !defined(MBEDTLS_ECP_INTERNAL_ALT)
|
#if defined(MBEDTLS_ECP_RANDOMIZE_JAC_ALT) && !defined(MBEDTLS_ECP_INTERNAL_ALT)
|
||||||
#error "MBEDTLS_ECP_RANDOMIZE_JAC_ALT defined, but not all prerequisites"
|
#error "MBEDTLS_ECP_RANDOMIZE_JAC_ALT defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue