You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
|
|
# Quit out if anything fails.
|
|
set -e -x
|
|
|
|
# Clean out patent-or-otherwise-encumbered code.
|
|
# EC: ????????? ??/??/2015
|
|
|
|
rm -f cipher/ecc-curves.c
|
|
rm -f tests/curves.c
|
|
rm -f tests/t_mpi_point.c
|