The branch master has been updated
       via  f9eca34c22a0fdb88dbc37983b1a04612548aafe (commit)
      from  35b3a61465a2996839e9302257a65aee85d7ff91 (commit)


- Log -----------------------------------------------------------------
commit f9eca34c22a0fdb88dbc37983b1a04612548aafe
Author: Rich Salz <[email protected]>
Date:   Mon Feb 22 09:40:39 2016 -0500

    Missed an experimental.
    
    Reviewed-by: Richard Levitte <[email protected]>

-----------------------------------------------------------------------

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";
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to