Skip to content
GitLab
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
6476a035
Commit
6476a035
authored
Sep 30, 2010
by
Niels Möller
Browse files
Link in memxor.asm, if found.
Rev: nettle/configure.ac:1.27
parent
75b84e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6476a035
...
...
@@ -213,7 +213,7 @@ if test "x$enable_assembler" = xyes ; then
found=no
for tmp_f in aes-encrypt-internal.asm aes-decrypt-internal.asm \
arcfour-crypt.asm camellia-crypt-internal.asm \
md5-compress.asm sha1-compress.asm machine.m4; do
md5-compress.asm
memxor.asm
sha1-compress.asm machine.m4; do
# echo "Looking for $srcdir/$asm_path/$tmp_f"
if test -f "$srcdir/$asm_path/$tmp_f"; then
# echo found
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment