Update mkdef for moved header file.
crypto/cryptlib.h moved to crypto/include/internal; update the script. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
a3aadb2d9c
commit
9f5be870e8
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ $ssl.=" include/openssl/tls1.h";
|
|||
$ssl.=" include/openssl/srtp.h";
|
||||
|
||||
my $crypto ="include/openssl/crypto.h";
|
||||
$crypto.=" crypto/cryptlib.h";
|
||||
$crypto.=" crypto/include/internal/cryptlib.h";
|
||||
$crypto.=" include/internal/o_dir.h";
|
||||
$crypto.=" include/internal/o_str.h";
|
||||
$crypto.=" include/openssl/des.h" ; # unless $no_des;
|
||||
|
|
Loading…
Reference in a new issue