Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
f263fcf9
Commit
f263fcf9
authored
Aug 19, 2020
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+2
-0
2 additions, 0 deletions
configure.ac
with
2 additions
and
0 deletions
configure.ac
+
2
−
0
View file @
f263fcf9
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment