From f13663bcc1a0d7b86a29e52e0a0d5bd746bc4d21 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Mon, 1 Sep 2014 17:44:28 -0400 Subject: Update OpenSSL from 1.0.1h to 1.0.1i --- openssl/util/mkerr.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openssl/util/mkerr.pl') diff --git a/openssl/util/mkerr.pl b/openssl/util/mkerr.pl index aec401c77..ee23a8291 100644 --- a/openssl/util/mkerr.pl +++ b/openssl/util/mkerr.pl @@ -787,7 +787,7 @@ foreach (keys %rcodes) { push (@runref, $_) unless exists $urcodes{$_}; } -if($debug && defined(@funref) ) { +if($debug && @funref) { print STDERR "The following function codes were not referenced:\n"; foreach(sort @funref) { @@ -795,7 +795,7 @@ if($debug && defined(@funref) ) { } } -if($debug && defined(@runref) ) { +if($debug && @runref) { print STDERR "The following reason codes were not referenced:\n"; foreach(sort @runref) { -- cgit v1.2.3