aboutsummaryrefslogtreecommitdiff
path: root/openssl/util/ck_errf.pl
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-03-28 09:50:31 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-03-28 09:50:31 -0400
commit91a178635ede7d286b8fd399269cdb159d960bb9 (patch)
treeb22c4be9efb7aff434e55c2f94b1ed61db565c5f /openssl/util/ck_errf.pl
parent1fba987eb45619d0b9487a9d671931e9eeedbb53 (diff)
downloadvcxsrv-91a178635ede7d286b8fd399269cdb159d960bb9.tar.gz
vcxsrv-91a178635ede7d286b8fd399269cdb159d960bb9.tar.bz2
vcxsrv-91a178635ede7d286b8fd399269cdb159d960bb9.zip
Update openssl to version openssl-1.0.1m
Diffstat (limited to 'openssl/util/ck_errf.pl')
-rw-r--r--openssl/util/ck_errf.pl2
1 files changed, 1 insertions, 1 deletions
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 (<IN>)
{
- 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]*)$/;