2. option don't resolve "screen capture software" warning in enterprise,
and I found this from doc:
"RAND_event() and RAND_screen() are deprecated since OpenSSL 1.1.0. Use
the functions described above instead."
https://www.openssl.org/docs/man1.1.0/crypto/RAND_screen.html
so 1.option will be
Hi,
For years I'm working with synapse (Ararat) with OpenSSL and there is
same openssl.pas lib. So problem is with:
in InitSSLInterface:
if assigned(_RandScreen) then
_RandScreen;
and method:
procedure RandScreen;
begin
if InitSSLInterface and Assigned(_RandScreen) then
_Ran