From: Richard Levitte Date: Mon, 26 Jun 2017 07:46:11 +0000 (+0200) Subject: Separate GOST engine and GOST library, make GOST engine a module X-Git-Tag: v1.1.0.2~11^2~1 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=6b5fa41eb668d851aefd679ce1062218933d4e1e;hp=6b5fa41eb668d851aefd679ce1062218933d4e1e;p=openssl-gost%2Fengine.git Separate GOST engine and GOST library, make GOST engine a module The GOST engine is a dynamically loadable module rather than a shared library, so make that explicit. However, the programs gost12sum, gostsum and gostsum12 need to link against the algorithms implemented as part of the engine, so separate those out into a static library that both programs and engine link with. ---