]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Work around pyopenssl API change
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 28 Feb 2017 09:48:16 +0000 (11:48 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 28 Feb 2017 22:20:29 +0000 (00:20 +0200)
commit33a6da6908935d56a660874cd57864e223eab81f
treec176f036187e184c94156877dfaa0bfd3bdd5eae
parent51183198315e74001770e65a357fbc0f0164bc6d
tests: Work around pyopenssl API change

OpenSSL.SSL.Connection.state_string() was replaced with
get_state_string() in pyopenssl. Add workaround code to be able to use
either of these names.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_eap_proto.py