From: Richard Levitte Date: Wed, 17 Feb 2021 05:07:20 +0000 (+0100) Subject: Fix gost engine suffix (for MacOS X) X-Git-Tag: v3.0.0~41 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=fced7943558903bcd081cf8e78ef402862451e29;hp=fced7943558903bcd081cf8e78ef402862451e29;p=openssl-gost%2Fengine.git 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. ---