aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-17 15:41:24 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-17 15:41:24 +0000
commit6d50071e84b3ce6e7ddfe11af0b9fab50f31f3ea (patch)
treeac48b1235aefb9e27d3ce9624e2d621f08ab5822 /util
parent60dae9985d0120c62552776919ca474266649908 (diff)
downloadopenssl-6d50071e84b3ce6e7ddfe11af0b9fab50f31f3ea.tar.gz
Tell users that a rewrite might be a good idea.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 5bc02355ff..318d3a8aed 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -179,6 +179,7 @@ $crypto.=" crypto/dsa/dsa.h" unless $no_dsa;
$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";
@@ -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";
}