view libtommath/genlist.sh @ 1449:ea150e3e95a6 fuzz

fix DROBPEAR_FUZZ auth delay
author Matt Johnston <matt@ucc.asn.au>
date Fri, 30 Jun 2017 21:10:57 +0800
parents 60fc6476e044
children 8bba51a55704
line wrap: on
line source

#!/bin/bash

export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs`
perl ./parsenames.pl OBJECTS "$a"

# $Source$
# $Revision$
# $Date$