Skip to content
Snippets Groups Projects
Commit a2a2ccbf authored by Niels Möller's avatar Niels Möller
Browse files

Add missing #undef for _chacha_crypt_2core.

parent 4dbcd1d8
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,8 @@
#define _chacha_crypt_3core chacha_crypt
#define _chacha_crypt32_3core chacha_crypt32
#elif HAVE_NATIVE_chacha_2core
#undef _chacha_crypt_2core
#undef _chacha_crypt32_2core
#define _chacha_crypt_2core chacha_crypt
#define _chacha_crypt32_2core chacha_crypt32
#elif !(HAVE_NATIVE_fat_chacha_3core || HAVE_NATIVE_fat_chacha_2core)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment