]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - tcl_tests/opnssl.sh
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / tcl_tests / opnssl.sh
1 #!/bin/bash
2
3 export HSTNME=`hostname`
4
5 if test $HSTNME = tls-ref-cp10; then ossl=/usr/bin/openssl; fi
6 if test $HSTNME = tls-ref-cp20; then ossl=/opt/cryptopack2/bin/openssl; fi
7 if test $HSTNME = tls-ref-cp21; then ossl=/opt/cryptopack2/bin/openssl; fi
8
9 $ossl $*
10
11 exit $?