[openssl-commits] [openssl] master update

kaduk at mit.edu kaduk at mit.edu
Tue Oct 9 20:24:44 UTC 2018


The branch master has been updated
       via  a5fcce6b953458a0f06a76d74c5fabfc355a1a41 (commit)
      from  5c1bd555d3c81cbd46d5032e84c29d16bb4a8f06 (commit)


- Log -----------------------------------------------------------------
commit a5fcce6b953458a0f06a76d74c5fabfc355a1a41
Author: Benjamin Kaduk <kaduk at mit.edu>
Date:   Tue Oct 9 09:27:11 2018 -0500

    mkdef: bsd-gcc uses solaris symbol version scripts
    
    As for linux, make bsd-gcc an alias to the solaris semantics for
    shared library symbol version handling.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7376)

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

Summary of changes:
 util/mkdef.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/mkdef.pl b/util/mkdef.pl
index 635e3e9..b40fd26 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -108,6 +108,7 @@ my %OS_data = (
                      platforms  => { UNIX                       => 1,
                                      EXPORT_VAR_AS_FUNCTION     => 0 } },
     linux       => 'solaris',   # alias
+    "bsd-gcc"   => 'solaris',   # alias
     aix         => { writer     => \&writer_aix,
                      sort       => sorter_unix(),
                      platforms  => { UNIX                       => 1,


More information about the openssl-commits mailing list