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

Fix definition of HAVE_NATIVE_aes_decrypt and HAVE_NATIVE_aes_encrypt

parent 4b9e015c
No related branches found
No related tags found
No related merge requests found
...@@ -580,6 +580,8 @@ AC_SUBST([IF_ASM]) ...@@ -580,6 +580,8 @@ AC_SUBST([IF_ASM])
AH_VERBATIM([HAVE_NATIVE], AH_VERBATIM([HAVE_NATIVE],
[/* Define to 1 each of the following for which a native (ie. CPU specific) [/* Define to 1 each of the following for which a native (ie. CPU specific)
implementation of the corresponding routine exists. */ implementation of the corresponding routine exists. */
#undef HAVE_NATIVE_aes_decrypt
#undef HAVE_NATIVE_aes_encrypt
#undef HAVE_NATIVE_chacha_core #undef HAVE_NATIVE_chacha_core
#undef HAVE_NATIVE_chacha_3core #undef HAVE_NATIVE_chacha_3core
#undef HAVE_NATIVE_fat_chacha_3core #undef HAVE_NATIVE_fat_chacha_3core
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment