]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
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)
commitfd3fc7d7ab1006a5e2768cfe62bb51dd82d2fb7d
tree858b12a15dd1ecc1ad6f801d956f8fc811e33c5d
parent1ca11da3479fcc98ed8343c9d83684a87a0ee052
MSVC: Do not build in library form

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>
CMakeLists.txt