debb4a3cb9
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libgcrypt#42e8971b6466fdb92f842f1859d5ae803430d7ef
12 lines
205 B
Bash
Executable File
12 lines
205 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/t-mpi-point.c
|