Closed jturner closed 2 weeks ago
LibreSSL will be removing the deprecated HMAC_Init() function in an upcoming release so switch to HMAC_Init_ex() instead.
Commit message says it all. We (OpenBSD) have already applied this patch locally in our login_duo port without issue.
LibreSSL will be removing the deprecated HMAC_Init() function in an upcoming release so switch to HMAC_Init_ex() instead.
Summary of the change
Commit message says it all. We (OpenBSD) have already applied this patch locally in our login_duo port without issue.