* Write not-loaded functions in case of load fail

git-svn-id: trunk@32805 -
This commit is contained in:
michael 2015-12-31 07:49:47 +00:00
parent 4da8b0153c
commit 602cce97ac

View File

@ -9,6 +9,6 @@ begin
if InitSSLInterface then
Writeln('Success')
else
Writeln('Holy shit!');
Writeln('Load failed, missing functions: ',OpenSSL_unavailable_functions);
end.