Petr, On Fri, Jul 31, 2020 at 10:18:08PM +0200, Petr Vorel wrote: > > > +++ b/tests/install-gost-engine.sh > > > @@ -0,0 +1,10 @@ > > > +#!/bin/sh > > > + > > > +openssl version > > > + > > > +git clone https://github.com/gost-engine/engine.git > > > gost-engine master branch corresponds to openssl-3.0 which is probably > > not on Travis systems yet. I think branch `openssl_1_1_0` should be used. > > > git clone --branch openssl_1_1_0 https://github.com/gost-engine/engine.git > > FYI: it work on current setup. > https://travis-ci.org/github/pevik/ima-evm-utils/builds/713815774 I think `install-gost-engine.sh` is not executed in this line: 257 $ if [ "${SSL}" = "openssl" ]; then ./tests/install-gost-engine.sh; openssl version; fi 0.00s > > Kind regards, > Petr