]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
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)
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.


No differences found