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


No differences found