1. 22 Aug, 2016 2 commits
    • Matt Caswell's avatar
      Fix enable-zlib · 5dfd0381
      Matt Caswell authored
      
      
      The enable-zlib option was broken by the recent "const" changes.
      
      Reviewed-by: default avatarStephen Henson <steve@openssl.org>
      5dfd0381
    • Richard Levitte's avatar
      VMS: Use strict refdef extern model when building library object files · 68a39960
      Richard Levitte authored
      
      
      Most of the time, this isn't strictly needed.  However, in the default
      extern model (called relaxed refdef), symbols are treated as weak
      common objects unless they are initialised.  The librarian doesn't
      include weak symbols in the (static) libraries, which renders them
      invisible when linking a program with said those libraries, which is a
      problem at times.
      
      Using the strict refdef model is much more like standard C on all
      other platforms, and thereby avoid the issues that come with the
      relaxed refdef model.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      68a39960
  2. 21 Aug, 2016 6 commits
  3. 20 Aug, 2016 3 commits
  4. 19 Aug, 2016 27 commits
  5. 18 Aug, 2016 2 commits