aboutsummaryrefslogtreecommitdiff
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-07-12 11:24:55 +0000
committerRichard Levitte <levitte@openssl.org>2004-07-12 11:24:55 +0000
commit6ac1571296609870d02a972dfdd8d8b771bd7614 (patch)
treec1bf28bef516113c3ccd3d5c2a8a2dfdde2eca8c /util/mkdef.pl
parentca74b76f3e0982ffb5031d5f7bf0b6c7d582dfb0 (diff)
downloadopenssl-6ac1571296609870d02a972dfdd8d8b771bd7614.zip
openssl-6ac1571296609870d02a972dfdd8d8b771bd7614.tar.gz
openssl-6ac1571296609870d02a972dfdd8d8b771bd7614.tar.bz2
Because it's one of our libraries calling new functions in the other,
we need to have them among the symbols that should appear in the transfer table, at least on VMS (and it wouldn't surprise me if Windows would whine as well).
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index c4cfa47..204a056 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -221,6 +221,7 @@ my $ssl="ssl/ssl.h";
$ssl.=" ssl/kssl.h";
my $crypto ="crypto/crypto.h";
+$crypto.=" crypto/o_dir.h";
$crypto.=" crypto/des/des.h crypto/des/des_old.h" ; # unless $no_des;
$crypto.=" crypto/idea/idea.h" ; # unless $no_idea;
$crypto.=" crypto/rc4/rc4.h" ; # unless $no_rc4;