]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Separate GOST engine and GOST library, make GOST engine a module
authorRichard Levitte <richard@levitte.org>
Mon, 26 Jun 2017 07:46:11 +0000 (09:46 +0200)
committerRichard Levitte <richard@levitte.org>
Mon, 26 Jun 2017 07:50:03 +0000 (09:50 +0200)
commit6b5fa41eb668d851aefd679ce1062218933d4e1e
tree30f459b491db40efc725f8356fd1abd8269f089e
parentfcb061fdde69cbd9148d9af3fd3129a21e7c2177
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.
CMakeLists.txt