]> git.pld-linux.org Git - packages/openvpn.git/blame - unsupported-ciphers.patch
2.5.7 has minimal openssl 3 support, so rely only on that instead of us using more...
[packages/openvpn.git] / unsupported-ciphers.patch
CommitLineData
fd3387b8
JR
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.108041 seconds and 4 git commands to generate.