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
9d94fa11
Commit
9d94fa11
authored
Jul 25, 2010
by
Niels Möller
Browse files
Use camellia-crypt-internal.asm, if available.
Rev: nettle/configure.ac:1.20
parent
6d992ce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9d94fa11
...
...
@@ -212,7 +212,8 @@ if test "x$enable_assembler" = xyes ; then
AC_MSG_NOTICE([Looking for assembler files in $asm_path/.])
found=no
for tmp_f in aes-encrypt-internal.asm aes-decrypt-internal.asm \
arcfour-crypt.asm md5-compress.asm sha1-compress.asm machine.m4; do
arcfour-crypt.asm camellia-crypt-internal.asm \
md5-compress.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
.
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