Skip to content

Conversation

@pabuhler
Copy link
Member

@pabuhler pabuhler commented Aug 10, 2025

Move from multiple options to a single one with many possible values.
The name crypto library was already used by meson so keep with that but
make it fit the norms of each each build system.

cmkae -DCRYPTO_LIBRARY=openssl
configure --with-crypto-library=openssl
meson configure -Dcrypto-library=openssl

#697

Add  a new option CRYPTO_LIBRARY that replaces all the
ENABLE_XXXX options.
This makes it a little simpler and removes the possibility of configuring multiple backends.
The name CRYPTO_LIBRARY is the same value currently used
in the meson build.

cisco#697
Add a new option --with-crypto-library that replaces all
the --enabled-xxxx options.
This makes it a little simpler and removes the possibility of configuring multiple backends.

cisco#697
@pabuhler pabuhler merged commit dce43ff into cisco:main Aug 13, 2025
39 checks passed
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.

1 participant