From 70332616cd06547a4bed1d63fd62ac0b88da1d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 25 Apr 2005 19:02:12 +0000 Subject: [PATCH] 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 --- cf/check-symbols.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/check-symbols.sh b/cf/check-symbols.sh index 0aa2e3cc8..ce2964ba9 100644 --- a/cf/check-symbols.sh +++ b/cf/check-symbols.sh @@ -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