]> wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
MSVC: Do not build in library form
authorVitaly Chikunov <vt@altlinux.org>
Mon, 6 Dec 2021 03:09:27 +0000 (06:09 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Dec 2021 16:45:14 +0000 (19:45 +0300)
Library form overwrites module form due to both having the same name `gost.dll'.
As temporary workaround do not build library form on Windows, until we invent
how to solve it properly. Currently, there is no known need of engine in the
library form on Windows.

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>

No differences found