[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Mon Feb 22 15:00:54 UTC 2016
The branch master has been updated
via f9eca34c22a0fdb88dbc37983b1a04612548aafe (commit)
from 35b3a61465a2996839e9302257a65aee85d7ff91 (commit)
- Log -----------------------------------------------------------------
commit f9eca34c22a0fdb88dbc37983b1a04612548aafe
Author: Rich Salz <rsalz at akamai.com>
Date: Mon Feb 22 09:40:39 2016 -0500
Missed an experimental.
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
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 54a1354..14ebe08 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";
More information about the openssl-commits
mailing list