]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Fix gost engine suffix (for MacOS X)
authorRichard Levitte <richard@levitte.org>
Wed, 17 Feb 2021 05:07:20 +0000 (06:07 +0100)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Wed, 17 Feb 2021 10:43:17 +0000 (11:43 +0100)
commitfced7943558903bcd081cf8e78ef402862451e29
tree05ef23ef6ce2f7facf48affad6c08e58797b5955
parent4573bedad51d6978b26b5d420430d8e64f02d47b
Fix gost engine suffix (for MacOS X)

On MacOS X, OpenSSL and cmake have different ideas on what suffix a
dynamically loadable module should have.  OpenSSL expects .dylib,
while cmake uses .so by default.

Fixed by explicitly telling cmake to use the same suffix as for shared
libraries.
CMakeLists.txt