Skip to content

Commit

Permalink
Tell users that a rewrite might be a good idea.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Sep 17, 2000
1 parent 60dae99 commit 6d50071
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions util/mkdef.pl
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
$crypto.=" crypto/dh/dh.h" unless $no_dh;
$crypto.=" crypto/hmac/hmac.h" unless $no_hmac;

$crypto.=" crypto/engine/engine.h";
$crypto.=" crypto/stack/stack.h";
$crypto.=" crypto/buffer/buffer.h";
$crypto.=" crypto/bio/bio.h";
Expand Down Expand Up @@ -622,6 +623,9 @@ sub maybe_add_info {
}
if ($new_info) {
print STDERR "$new_info old symbols got an info update\n";
if (!$do_rewrite) {
print STDERR "You should do a rewrite to fix this.\n";
}
} else {
print STDERR "No old symbols needed info update\n";
}
Expand Down

0 comments on commit 6d50071

Please sign in to comment.