libgcrypt/hobble-libgcrypt
2023-07-10 09:06:20 +02:00

12 lines
205 B
Bash

#!/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