We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had an issue building with MBEDTLS_AES_SETKEY_DEC_ALT because key methods in MBEDTLS_CIPHER_MODE_XTS were excluded from the build, yet they are still needed. I am unclear why this dependency exists and feel that the #endif should be moved before the MBEDTLS_CIPHER_MODE_XTS code block. https://github.com/ARMmbed/mbedtls/blob/da9f92c2b2c38c7add6c088ca9b31bef6586b7b4/library/aes.c#L811
The text was updated successfully, but these errors were encountered:
gabor-mezei-arm
Successfully merging a pull request may close this issue.
I had an issue building with MBEDTLS_AES_SETKEY_DEC_ALT because key methods in MBEDTLS_CIPHER_MODE_XTS were excluded from the build, yet they are still needed. I am unclear why this dependency exists and feel that the #endif should be moved before the MBEDTLS_CIPHER_MODE_XTS code block.
https://github.com/ARMmbed/mbedtls/blob/da9f92c2b2c38c7add6c088ca9b31bef6586b7b4/library/aes.c#L811
The text was updated successfully, but these errors were encountered: