duosecurity / duo_unix

Duo two-factor authentication for Unix systems
http://www.duosecurity.com
349 stars 136 forks source link

Use HMAC_Init_ex() instead of the deprecated HMAC_Init() #275

Closed jturner closed 2 weeks ago

jturner commented 5 months ago

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.