limit the units functions to asn1_[A-Za-z0-9]*_units$
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14963 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -22,7 +22,7 @@ while test $# != 0 ;do
|
||||
esym="${esym} print_version\$" ;;
|
||||
-asn1compile)
|
||||
esym="${esym} copy_ free_ length_ decode_ encode_ length_ "
|
||||
esym="${esym} *.2int\$ int2 .*_units\$" ;;
|
||||
esym="${esym} *.2int\$ int2 asn1_[A-Za-z0-9]*_units\$" ;;
|
||||
-*) echo "unknown option $1" ; exit 1 ;;
|
||||
*) break ;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user