mirror of https://github.com/openssl/openssl.git
opensslconf.h.in: Use all the "openssl_api_defines"
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5533)
This commit is contained in:
parent
ed504a2084
commit
cd15cb4d21
|
|
@ -30,7 +30,7 @@ extern "C" {
|
|||
}
|
||||
foreach (@{$config{openssl_api_defines}}) {
|
||||
(my $macro, my $value) = $_ =~ /^(.*?)=(.*?)$/;
|
||||
$OUT .= "#define OPENSSL_MIN_API $value\n";
|
||||
$OUT .= "#define $macro $value\n";
|
||||
}
|
||||
if (@{$config{openssl_algorithm_defines}}) {
|
||||
foreach (@{$config{openssl_algorithm_defines}}) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue