libgcrypt/hobble-libgcrypt
2021-08-23 14:07:36 +02:00

12 lines
201 B
Bash
Executable File

#!/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/keygrip.c