]> git.pld-linux.org Git - packages/openvpn.git/blob - unsupported-ciphers.patch
ea25804d14053db527853730ba42267af5b4d881
[packages/openvpn.git] / unsupported-ciphers.patch
1 --- openvpn-2.5.4/tests/t_lpback.sh~    2021-10-05 07:56:26.000000000 +0200
2 +++ openvpn-2.5.4/tests/t_lpback.sh     2021-10-29 15:02:09.952131872 +0200
3 @@ -46,7 +46,7 @@
4  do
5      printf "Testing cipher ${cipher}... "
6      ( "${top_builddir}/src/openvpn/openvpn" --test-crypto --secret key.$$ --cipher ${cipher} ) >log.$$ 2>&1
7 -    if [ $? != 0 ] ; then
8 +    if [ $? != 0 ] && ! grep "OpenSSL: error:0308010C:digital envelope routines::unsupported" log.$$; then
9          echo "FAILED"
10          cat log.$$
11          e=1
This page took 0.035025 seconds and 2 git commands to generate.