From 91a178635ede7d286b8fd399269cdb159d960bb9 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Sat, 28 Mar 2015 09:50:31 -0400 Subject: Update openssl to version openssl-1.0.1m --- openssl/util/ck_errf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl/util/ck_errf.pl') diff --git a/openssl/util/ck_errf.pl b/openssl/util/ck_errf.pl index f13af5c50..1a8665ab6 100644 --- a/openssl/util/ck_errf.pl +++ b/openssl/util/ck_errf.pl @@ -21,7 +21,7 @@ foreach $file (@ARGV) $func=""; while () { - if (!/;$/ && /^([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*[),]/) + if (!/;$/ && /^\**([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*([),]|$)/) { /^([^()]*(\([^()]*\)[^()]*)*)\(/; $1 =~ /([A-Za-z_0-9]*)$/; -- cgit v1.2.3