]> granicus.if.org Git - openssl/commit
Versioning engines default location: the Windows case
authorRichard Levitte <levitte@openssl.org>
Wed, 6 Jul 2016 16:37:52 +0000 (18:37 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Jul 2016 13:07:32 +0000 (15:07 +0200)
commitee0a61cfb827097d510f3ef09d00d0382d9ff46d
treeff01a60c23506a762fa1f42b15ff63c711d4832b
parentd20841c414bf62527f016cd4903d8d23451f24a5
Versioning engines default location: the Windows case

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: Rich Salz <rsalz@openssl.org>
Configurations/windows-makefile.tmpl