Because it's one of our libraries calling new functions in the other,
authorRichard Levitte <levitte@openssl.org>
Mon, 12 Jul 2004 11:24:55 +0000 (11:24 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 12 Jul 2004 11:24:55 +0000 (11:24 +0000)
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).

util/mkdef.pl

index c4cfa473753d6e0ea6bd73cf2ef576c1a39ffbd0..204a056a483c836f9e4b1a9a6ef67e73b2e0e74c 100755 (executable)
@@ -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;