Hello, when playing with travis-ci, I encountered that t_lpback.sh and t_cltsrv.sh fails on "make check" if openvpn is configured with --disable-crypto (because --genkey is not available)
what would be the best ? 1) run 'openvpn --help' and grep for --genkey ? 2) check exit code of 'openvpn --genkey' ? 3) run 'openvpn --show-ciphers' and see it is empty ? 4) somehow determine exact configure options ? (I haven't found a way yet) Cheers, Ilya Shipitsin