From: Jouni Malinen Date: Tue, 16 Feb 2016 13:28:16 +0000 (+0200) Subject: tests: Fix eap_proto_sake_errors with OpenSSL 1.1.0 X-Git-Tag: hostap_2_6~905 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b333f53f6ee15089d8a04392860b42dc52eab7ef;p=thirdparty%2Fhostap.git tests: Fix eap_proto_sake_errors with OpenSSL 1.1.0 The use of the newer OpenSSL API in openssl_hmac_vector() removes one of the memory allocations, so the TEST_ALLOC_FAIL here could not trigger. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_eap_proto.py b/tests/hwsim/test_eap_proto.py index 3ebbca7f5..554ae7c9d 100644 --- a/tests/hwsim/test_eap_proto.py +++ b/tests/hwsim/test_eap_proto.py @@ -791,7 +791,6 @@ def test_eap_proto_sake_errors(dev, apdev): ( 1, "eap_sake_build_msg;eap_sake_process_confirm" ), ( 1, "eap_sake_compute_mic;eap_sake_process_confirm" ), ( 2, "eap_sake_compute_mic;eap_sake_process_confirm" ), - ( 3, "eap_sake_compute_mic;eap_sake_process_confirm" ), ( 1, "eap_sake_getKey" ), ( 1, "eap_sake_get_emsk" ), ( 1, "eap_sake_get_session_id" ) ]