]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
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>
Wed, 18 Aug 2021 08:33:38 +0000 (11:33 +0300)
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'.


No differences found