Latest update
This commit is contained in:
+2
-1
@@ -72,7 +72,8 @@ if ( $internal ) {
|
||||
die "Extra parameters given.\n" if @ARGV;
|
||||
$config = "crypto/err/openssl.ec" unless defined $config;
|
||||
@source = ( glob('crypto/*.c'), glob('crypto/*/*.c'),
|
||||
glob('ssl/*.c'), glob('ssl/*/*.c') );
|
||||
glob('ssl/*.c'), glob('ssl/*/*.c'), glob('providers/*.c'),
|
||||
glob('providers/*/*.c'), glob('providers/*/*/*.c') );
|
||||
} else {
|
||||
die "Configuration file not given.\nSee '$0 -help' for information\n"
|
||||
unless defined $config;
|
||||
|
||||
+5
-1
@@ -4796,4 +4796,8 @@ EVP_MD_fetch 4743 3_0_0 EXIST::FUNCTION:
|
||||
EVP_set_default_properties 4744 3_0_0 EXIST::FUNCTION:
|
||||
OSSL_PARAM_construct_end 4745 3_0_0 EXIST::FUNCTION:
|
||||
EC_GROUP_check_named_curve 4746 3_0_0 EXIST::FUNCTION:EC
|
||||
EVP_chacha20_poly1305_draft 4747 3_0_0 EXIST::FUNCTION:CHACHA,POLY1305
|
||||
EVP_CIPHER_upref 4747 3_0_0 EXIST::FUNCTION:
|
||||
EVP_CIPHER_fetch 4748 3_0_0 EXIST::FUNCTION:
|
||||
EVP_CIPHER_mode 4749 3_0_0 EXIST::FUNCTION:
|
||||
OPENSSL_info 4750 3_0_0 EXIST::FUNCTION:
|
||||
EVP_chacha20_poly1305_draft 4751 3_0_0 EXIST::FUNCTION:CHACHA,POLY1305
|
||||
+2
-1
@@ -114,7 +114,8 @@ if ( $internal ) {
|
||||
die "Cannot mix -internal and -static\n" if $static;
|
||||
die "Extra parameters given.\n" if @ARGV;
|
||||
@source = ( glob('crypto/*.c'), glob('crypto/*/*.c'),
|
||||
glob('ssl/*.c'), glob('ssl/*/*.c') );
|
||||
glob('ssl/*.c'), glob('ssl/*/*.c'), glob('providers/*.c'),
|
||||
glob('providers/*/*.c'), glob('providers/*/*/*.c') );
|
||||
} else {
|
||||
die "-module isn't useful without -internal\n" if scalar keys %modules > 0;
|
||||
@source = @ARGV;
|
||||
|
||||
Reference in New Issue
Block a user