From: Richard Levitte Date: Mon, 12 Jul 2004 11:24:55 +0000 (+0000) Subject: Because it's one of our libraries calling new functions in the other, X-Git-Tag: BEN_FIPS_TEST_6~42^2~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ac1571296609870d02a972dfdd8d8b771bd7614;p=thirdparty%2Fopenssl.git 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). --- diff --git a/util/mkdef.pl b/util/mkdef.pl index c4cfa473753..204a056a483 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;