Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
eb046c27
Commit
eb046c27
authored
Mar 01, 2013
by
Niels Möller
Browse files
Fixed handling of OPT_ASM_SOURCES. Added ecc-224-modp.asm.
parent
10e0615f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
eb046c27
2013-03-01 Niels Möller <nisse@lysator.liu.se>
* configure.ac (asm_optional_list): Added ecc-224-modp.asm.
(OPT_ASM_SOURCES): Fixed assignment.
2013-02-28 Niels Möller <nisse@lysator.liu.se>
* x86_64/ecc-192-modp.asm: Reorganized to reduce number of
...
...
configure.ac
View file @
eb046c27
...
...
@@ -250,7 +250,7 @@ asm_replace_list="aes-encrypt-internal.asm aes-decrypt-internal.asm \
asm_optional_list=""
if test "x$enable_public_key" = "xyes" ; then
asm_optional_list="$asm_search_list ecc-192-modp.asm ecc-256-redc.asm"
asm_optional_list="$asm_search_list ecc-192-modp.asm
ecc-224-modp.asm
ecc-256-redc.asm"
fi
OPT_ASM_SOURCES=""
...
...
@@ -278,7 +278,7 @@ if test "x$enable_assembler" = xyes ; then
done <<EOF
[`sed -n 's/[^ ]*PROLOGUE(_*\(nettle_\)*\([^)]*\)).*$/\2/p' < "$srcdir/$asm_path/$tmp_o"`]
EOF
OPT_ASM_SOURCES="$OPT_SOURCES $tmp_o"
OPT_ASM_SOURCES="$OPT_
ASM_
SOURCES $tmp_o"
fi
done
if test -z "$asm_file_list"; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment