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
Dmitry Baryshkov
nettle
Commits
765116f0
Commit
765116f0
authored
Feb 06, 2004
by
Niels Möller
Browse files
Use assembler file sha1-compress.asm if available.
Rev: src/nettle/configure.ac:1.30
parent
e46a380e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
765116f0
...
...
@@ -75,7 +75,7 @@ if test "x$enable_assembler" = xyes ; then
AC_MSG_NOTICE([Looking for assembler files in $asm_path/.])
found=no
for tmp_f in aes.asm aes-encrypt.asm aes-decrypt.asm \
arcfour-crypt.asm machine.m4; do
arcfour-crypt.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