mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-29 21:26:29 +00:00
Fix dependency that was not checked
This commit is contained in:
parent
78dbeeffd3
commit
94de33140b
|
@ -181,6 +181,11 @@
|
||||||
#error "POLARSSL_PEM_WRITE_C defined, but not all prerequisites"
|
#error "POLARSSL_PEM_WRITE_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(POLARSSL_PK_C) && \
|
||||||
|
( !defined(POLARSSL_RSA_C) && !defined(POLARSSL_ECP_C) )
|
||||||
|
#error "POLARSSL_PK_C defined, but not all prerequisites"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(POLARSSL_PK_PARSE_C) && !defined(POLARSSL_PK_C)
|
#if defined(POLARSSL_PK_PARSE_C) && !defined(POLARSSL_PK_C)
|
||||||
#error "POLARSSL_PK_PARSE_C defined, but not all prerequisites"
|
#error "POLARSSL_PK_PARSE_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue