libgcrypt/SOURCES/hobble-libgcrypt

13 lines
227 B
Plaintext
Raw Normal View History

2021-11-03 23:48:08 +00:00
#!/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
rm -f tests/keygrip.c