From 9c62e14a9a22f80e2ef8780f456f5cfa3079ed1c Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Mon, 12 Feb 2024 18:46:46 +0100 Subject: [PATCH] Update patch to apply --- 0014-lanplus-cipher-retry.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/0014-lanplus-cipher-retry.patch b/0014-lanplus-cipher-retry.patch index 9aa3437..dfee944 100644 --- a/0014-lanplus-cipher-retry.patch +++ b/0014-lanplus-cipher-retry.patch @@ -17,7 +17,7 @@ diff --git a/src/plugins/lanplus/lanplus.c b/src/plugins/lanplus/lanplus.c index 3087348..c442c0e 100644 --- a/src/plugins/lanplus/lanplus.c +++ b/src/plugins/lanplus/lanplus.c -@@ -3459,9 +3459,13 @@ ipmi_find_best_cipher_suite(struct ipmi_intf *intf) +@@ -3386,9 +3386,13 @@ }; const size_t nr_preferred = ARRAY_SIZE(cipher_order_preferred); size_t ipref, i; @@ -31,8 +31,9 @@ index 3087348..c442c0e 100644 + ipmi_intf_session_set_retry(intf, retry_old); + if (rc < 0) { - /* default legacy behavior - cipher suite 3 if none is requested */ + /* default legacy behavior - fall back to cipher suite 3 */ return IPMI_LANPLUS_CIPHER_SUITE_3; + -- 2.25.4