d118f4ba
by Ondřej Kuzník at 2026-09-01T10:39:30+01:00
ITS#10578 libldap: Make sure error stack is empty before a checked SSL_*() call
Before OpenSSL 4.0, SSL_get_error() would use the thread's error stack
and a pending error there would stick around essentially forever.