提交 f9eca34c 编写于 作者: R Rich Salz 提交者: Rich Salz

Missed an experimental.

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 35b3a614
......@@ -21,16 +21,6 @@ extern "C" {
$OUT .= "#endif\n";
}
}
if (@{$config{openssl_experimental_defines}}) {
foreach (@{$config{openssl_experimental_defines}}) {
(my $ex = $_) =~ s/_NO_/_EXPERIMENTAL_/;
$OUT .= "# ifndef $ex\n";
$OUT .= "# ifndef $_\n";
$OUT .= "# define $_\n";
$OUT .= "# endif\n";
$OUT .= "# endif\n";
}
}
foreach (@{$config{openssl_api_defines}}) {
(my $macro, my $value) = $_ =~ /^(.*?)=(.*?)$/;
$OUT .= "# define OPENSSL_MIN_API $value\n";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册