aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkerr.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 0b09fb3..d72b407 100755
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -210,12 +210,6 @@ if ( ! $reindex && $statefile ) {
print "Skipping $_";
$skippedstate++;
next;
- } elsif ( $hinc{$lib} eq 'NONE' ) {
- # When the header is NONE but the err file is specified,
- # it signifies that the err file should be conserved but
- # remain untouched, and the same goes for the symbols in
- # the state file.
- next;
}
if ( $name =~ /^(?:OSSL_|OPENSSL_)?[A-Z0-9]{2,}_R_/ ) {
die "$lib reason code $code collision at $name\n"