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).
This commit is contained in:
parent
ca74b76f3e
commit
6ac1571296
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue