mirror of
https://github.com/openssl/openssl.git
synced 2025-01-21 01:13:37 +08:00
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
@ -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 New Issue
Block a user