Write SSL_R alerts to error state to keep updated strings
[openssl.git] / util / mkerr.pl
index 3c104a16e8a0a5ddb9eda5d5a77bc052e70c3411..cf9dc3771e32320df86ddc5775fae08fd0c8af90 100755 (executable)
@@ -690,7 +690,7 @@ EOF
         my $short = "$i:$rcodes{$i}:";
         my $t = exists $strings{$i} ? "$strings{$i}" : "";
         $t = "\\\n\t" . $t if length($short) + length($t) > 80;
-        print OUT "$short$t\n" if !exists $rextra{$i};
+        print OUT "$short$t\n";
     }
     close(OUT);
     if ( $skippedstate ) {