mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +02:00
* Write not-loaded functions in case of load fail
git-svn-id: trunk@32805 -
This commit is contained in:
parent
4da8b0153c
commit
602cce97ac
@ -9,6 +9,6 @@ begin
|
||||
if InitSSLInterface then
|
||||
Writeln('Success')
|
||||
else
|
||||
Writeln('Holy shit!');
|
||||
Writeln('Load failed, missing functions: ',OpenSSL_unavailable_functions);
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user