Explorar o código

* Write not-loaded functions in case of load fail

git-svn-id: trunk@32805 -
michael %!s(int64=9) %!d(string=hai) anos
pai
achega
602cce97ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/openssl/examples/test1.pas

+ 1 - 1
packages/openssl/examples/test1.pas

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