Skip to content
New issue

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

Use LTC_ prefix for all libtomcrypt macros and preprocessor definitions #579

Open
mabuchner opened this issue Dec 15, 2021 · 1 comment
Open

Comments

@mabuchner
Copy link

libtomcrypt defines many macros and preprocessor definitions.

Some of them use a LTM_ prefix, but many of them don't.

For example, take a look at the tomcrypt_macros.h.

This can easily cause name collisions.

All macros and preprocessor definitions from libtomcrypt should therefore use a LTC_ prefix.

@mabuchner
Copy link
Author

Related to #448.

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

No branches or pull requests

1 participant