From b333f53f6ee15089d8a04392860b42dc52eab7ef Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 16 Feb 2016 15:28:16 +0200 Subject: [PATCH] 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 --- tests/hwsim/test_eap_proto.py | 1 - 1 file changed, 1 deletion(-) 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" ) ]