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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
c23701f3
Commit
c23701f3
authored
4 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Reorder and indent asm_replace_list.
parent
c2a14fa3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+7
-5
7 additions, 5 deletions
configure.ac
with
7 additions
and
5 deletions
configure.ac
+
7
−
5
View file @
c23701f3
...
@@ -544,6 +544,12 @@ fi
...
@@ -544,6 +544,12 @@ fi
# Files which replace a C source file (or otherwise don't correspond
# Files which replace a C source file (or otherwise don't correspond
# to a new object file).
# to a new object file).
asm_replace_list="aes-encrypt-internal.asm aes-decrypt-internal.asm \
asm_replace_list="aes-encrypt-internal.asm aes-decrypt-internal.asm \
aes128-set-encrypt-key.asm aes128-set-decrypt-key.asm \
aes128-encrypt.asm aes128-decrypt.asm \
aes192-set-encrypt-key.asm aes192-set-decrypt-key.asm \
aes192-encrypt.asm aes192-decrypt.asm \
aes256-set-encrypt-key.asm aes256-set-decrypt-key.asm \
aes256-encrypt.asm aes256-decrypt.asm \
arcfour-crypt.asm camellia-crypt-internal.asm \
arcfour-crypt.asm camellia-crypt-internal.asm \
md5-compress.asm memxor.asm memxor3.asm \
md5-compress.asm memxor.asm memxor3.asm \
poly1305-internal.asm \
poly1305-internal.asm \
...
@@ -551,11 +557,7 @@ asm_replace_list="aes-encrypt-internal.asm aes-decrypt-internal.asm \
...
@@ -551,11 +557,7 @@ asm_replace_list="aes-encrypt-internal.asm aes-decrypt-internal.asm \
salsa20-crypt.asm salsa20-core-internal.asm \
salsa20-crypt.asm salsa20-core-internal.asm \
serpent-encrypt.asm serpent-decrypt.asm \
serpent-encrypt.asm serpent-decrypt.asm \
sha1-compress.asm sha256-compress.asm sha512-compress.asm \
sha1-compress.asm sha256-compress.asm sha512-compress.asm \
sha3-permute.asm umac-nh.asm umac-nh-n.asm machine.m4 \
sha3-permute.asm umac-nh.asm umac-nh-n.asm machine.m4"
aes128-set-encrypt-key.asm aes128-set-decrypt-key.asm aes128-encrypt.asm \
aes128-decrypt.asm aes192-set-encrypt-key.asm aes192-set-decrypt-key.asm \
aes192-encrypt.asm aes192-decrypt.asm aes256-set-encrypt-key.asm \
aes256-set-decrypt-key.asm aes256-encrypt.asm aes256-decrypt.asm"
# Assembler files which generate additional object files if they are used.
# Assembler files which generate additional object files if they are used.
asm_nettle_optional_list="gcm-hash.asm gcm-hash8.asm cpuid.asm \
asm_nettle_optional_list="gcm-hash.asm gcm-hash8.asm cpuid.asm \
...
...
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