Thank you William. Appreciate you taking the time to fix all the discrepancies in my patch. Have a good rest of your day.
Regards, Mariam. From: William Lallemand <wlallem...@haproxy.com> Date: Tuesday, January 9, 2024 at 5:05 AM To: Mariam John <mari...@us.ibm.com>, Willy Tarreau <w...@1wt.eu> Cc: Mariam John <john.mariam....@gmail.com>, haproxy@formilux.org <haproxy@formilux.org>, eb...@haproxy.com <eb...@haproxy.com> Subject: [EXTERNAL] Re: [PATCH 0/1] Update ssl_fc_curve/ssl_bc_curve sample fetch On 2024-01-08 21:01, Mariam John wrote: > > Thank you Willy for the update. Appreciate it. Please take your time. > I totally understand. Just wanted to make sure it wasn’t lost or > forgotten about. > > Thank you once again. > > Regards, > > Mariam. > Hello Mariam, Thank you for your contribution, I merged your patch with some small changes: - aligned the git commit message to 80 columns - removed the "BUG" tag in the subject since this is not a bug - moved back the nid variable because in C90 you can't mix declaration and code, but added __maybe_unused to avoid the warning. This will be backported in 2.8. I missed the alignment and indentation in your first contribution, in HAProxy we are using tabs for indentation and spaces for alignment, so I made a cleanup patch to switch to tabs. Regards, -- William Lallemand