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

Resolve xTEA endianness issues on Linux #14

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Conversation

dpogue
Copy link
Contributor

@dpogue dpogue commented Jul 27, 2024

The cstdlib header includes endian.h on Linux, which defines BIG_ENDIAN (and LITTLE_ENDIAN) unconditionally, so we need to use a more unique name for our project-level define.

Closes #11.

The cstdlib header includes endian.h on Linux, which defines BIG_ENDIAN
(and LITTLE_ENDIAN) unconditionally, so we need to use a more unique
name for our project-level define.

Closes Hoikas#11.
@Hoikas Hoikas merged commit c8d7158 into Hoikas:master Jul 29, 2024
0 of 4 checks passed
@dpogue dpogue deleted the endian branch July 29, 2024 00:37
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.

XTEA C++ Linux Problem
2 participants