From f9eca34c22a0fdb88dbc37983b1a04612548aafe Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 22 Feb 2016 09:40:39 -0500 Subject: [PATCH] Missed an experimental. Reviewed-by: Richard Levitte --- include/openssl/opensslconf.h.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in index 54a13545e2..14ebe085d4 100644 --- a/include/openssl/opensslconf.h.in +++ b/include/openssl/opensslconf.h.in @@ -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"; -- GitLab