]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix eap_proto_sake_errors with OpenSSL 1.1.0
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 16 Feb 2016 13:28:16 +0000 (15:28 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 16 Feb 2016 13:28:16 +0000 (15:28 +0200)
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 <jouni@qca.qualcomm.com>
tests/hwsim/test_eap_proto.py

index 3ebbca7f516b06c42624c37121c7288ff0f44555..554ae7c9d264c8422edcb3ae19ed3940d8c7dd49 100644 (file)
@@ -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" ) ]