Merge remote-tracking branch 'upstream-public/pr/2267' into development

This commit is contained in:
Jaeden Amero 2018-12-07 16:17:12 +00:00
commit 01b34fb316
4 changed files with 40 additions and 7 deletions

View file

@ -114,6 +114,7 @@
defined(MBEDTLS_ECDSA_SIGN_ALT) || \
defined(MBEDTLS_ECDSA_VERIFY_ALT) || \
defined(MBEDTLS_ECDSA_GENKEY_ALT) || \
defined(MBEDTLS_ECP_INTERNAL_ALT) || \
defined(MBEDTLS_ECP_ALT) )
#error "MBEDTLS_ECP_RESTARTABLE defined, but it cannot coexist with an alternative ECP implementation"
#endif