Remove duplicated strings from hobble-openssl

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov 2016-11-07 19:35:23 +03:00 committed by Tomas Mraz
parent 648a4e2db0
commit a416cba2f4
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ for c in `find crypto/ec -name "ec2*.c" -o -name "ec_curve.c" -o -name "ecp_nist
> $c
done
for c in `find crypto/ec -name "ec2*.c" -o -name "ec_curve.c" -o -name "ecp_nistp22?.c"`; do
echo Destroying $c
> $c
done
for c in `find test -name "ectest.c"`; do
echo Destroying $c
> $c