1. 07 Jul, 2016 2 commits
    • Richard Levitte's avatar
      Versioning engines default location: the Unix case · b2de11c5
      Richard Levitte authored
      
      
      OpenSSL engines are tied to the OpenSSL shared library versions,
      starting with OpenSSL 1.1.  We therefore need to install them in
      directories which have the shared library version in it's name, to
      easily allow multiple OpenSSL versions to be installed at the same
      time.
      
      For Unix, the default installation directory is changed from
      $PREFIX/lib/engines to $PREFIX/lib/engines-${major}_${minor} (mingw)
      or $PREFIX/lib/engines-${major}.${minor} (all but mingw)
      
      ($PREFIX is the directory given for the configuration option --prefix,
      and ${major} and ${minor} are the major and minor shared library
      version numbers)
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      b2de11c5
    • Richard Levitte's avatar
      Versioning engines default location: the Windows case · ee0a61cf
      Richard Levitte authored
      
      
      OpenSSL engines are tied to the OpenSSL shared library versions,
      starting with OpenSSL 1.1.  We therefore need to install them in
      directories which have the shared library version in it's name, to
      easily allow multiple OpenSSL versions to be installed at the same
      time.
      
      For windows, the default installation directory is changed from
      $PREFIX/lib/engines to $PREFIX/lib/engines-${major}_${minor}
      
      ($PREFIX is the directory given for the configuration option --prefix,
      and ${major} and ${minor} are the major and minor shared library
      version numbers)
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      ee0a61cf
  2. 06 Jul, 2016 4 commits
  3. 05 Jul, 2016 8 commits
  4. 04 Jul, 2016 2 commits
  5. 02 Jul, 2016 8 commits
  6. 01 Jul, 2016 16 commits