Skip to content

Conversation

@mjdemilliano
Copy link
Contributor

defines was a string instead of a list of strings. This made it impossible to build a wrapper with a configuration in which AES-CBC is disabled, because '#define NO_AES' in defines matched also when the header contains #define NO_AES_CBC. With defines being a list the code actually does what you think it does.

`defines` was a string instead of a list of strings. This made it
impossible to build a wrapper with a configuration in which AES-CBC
is disabled, because `'#define NO_AES' in defines` matched also
when the header contains `#define NO_AES_CBC`. With `defines` being
a list the code actually does what you think it does.
@dgarske dgarske assigned dgarske and wolfSSL-Bot and unassigned dgarske Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants