]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Reduce the repeated library dependence information
authorRichard Levitte <richard@levitte.org>
Tue, 17 Aug 2021 20:35:09 +0000 (22:35 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Fri, 20 Aug 2021 13:22:58 +0000 (16:22 +0300)
commit1aac48068eca9316ec259af27e8a63260f24d473
tree824a485335f905e1c29d7b74d74a27f98088811f
parente23ffe96dd02b8569cc8330f40ba54b946fbf849
Reduce the repeated library dependence information

Cmake is generally good at tracking specified dependencies between
libraries.  All that we need to do is to establish a dependency on
OpenSSL's libcrypto for 'gost_core', and then we can reduce the amount
of repeated dependencies for everything that links against 'gost_core'.

(cherry picked from commit 7ca9b827135b90cfc2567058b56325a518a3d57a)

# Conflicts:
# CMakeLists.txt
CMakeLists.txt