Revision aa3b4b4d deps/openssl/openssl/util/mkerr.pl

View differences:

deps/openssl/openssl/util/mkerr.pl
787 787
	push (@runref, $_) unless exists $urcodes{$_};
788 788
}
789 789

  
790
if($debug && defined(@funref) ) {
790
if($debug && @funref) {
791 791
	print STDERR "The following function codes were not referenced:\n";
792 792
	foreach(sort @funref)
793 793
	{
......
795 795
	}
796 796
}
797 797

  
798
if($debug && defined(@runref) ) {
798
if($debug && @runref) {
799 799
	print STDERR "The following reason codes were not referenced:\n";
800 800
	foreach(sort @runref)
801 801
	{

Also available in: Unified diff