From: Niels Möller Date: Tue, 24 Feb 2004 22:52:09 +0000 (+0100) Subject: Allow symbols starting with double underscores, like on darwin. X-Git-Tag: nettle_1.10_release_20040305~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=542c55fb2b5a8bc482667ee3a23e07b5bb835b4f;p=thirdparty%2Fnettle.git Allow symbols starting with double underscores, like on darwin. Rev: src/nettle/testsuite/symbols-test:1.4 --- diff --git a/testsuite/symbols-test b/testsuite/symbols-test index 073a04db..5b84eb4e 100755 --- a/testsuite/symbols-test +++ b/testsuite/symbols-test @@ -6,7 +6,7 @@ if [ -z "$srcdir" ] ; then srcdir=`pwd` fi -nm ../libnettle.a | grep ' [DRT] ' | egrep -v '( |^)\.?(_?nettle_|memxor)' \ +nm ../libnettle.a | grep ' [DRT] ' | egrep -v '( |^)\.?_?(_?nettle_|memxor)' \ | sort -k3 > test1.out if [ -s test1.out ] ; then