2009-01-30 10:53:38 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# Quit out if anything fails.
|
|
|
|
set -e -x
|
|
|
|
|
|
|
|
# Clean out patent-or-otherwise-encumbered code.
|
|
|
|
# EC: ????????? ??/??/2015
|
|
|
|
|
2014-02-28 15:32:41 +00:00
|
|
|
rm -f cipher/ecc-curves.c
|
|
|
|
rm -f tests/curves.c
|
|
|
|
rm -f tests/t_mpi_point.c
|