+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
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=""
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