ldid icon indicating copy to clipboard operation
ldid copied to clipboard

Doesn't build with latest LibreSSL 4.0.0

Open Un1q32 opened this issue 1 year ago • 3 comments

https://github.com/libressl/portable/blob/0082b6f819b194574f4bde1f4301dc3708a759f0/ChangeLog#L138 - The completely broken UI_UTIL password API was removed. https://github.com/ProcursusTeam/ldid/blob/798f55bab61c6a3cf45f81014527bbe2b473958b/ldid.cpp#L1888

Un1q32 avatar Oct 15 '24 21:10 Un1q32

What is the recommended replacement API?

CRKatri avatar Oct 15 '24 21:10 CRKatri

Not sure, you'll have to ask the LibreSSL people. I'm just a packager.

Un1q32 avatar Oct 15 '24 21:10 Un1q32

You should be able to replace it with https://man.openbsd.org/EVP_read_pw_string

botovq avatar Oct 16 '24 00:10 botovq