Browse Source

* Add to OpenSSLGetVersion to interface

git-svn-id: trunk@42114 -
michael 6 years ago
parent
commit
3fe77a8ff5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/openssl/src/openssl.pas

+ 1 - 0
packages/openssl/src/openssl.pas

@@ -1024,6 +1024,7 @@ var
   SSLUtilFile: string = '';
 
 // libssl.dll
+  function OpenSSLGetVersion(t: cint):String;
   function SslGetError(s: PSSL; ret_code: cInt):cInt;
   function SslLibraryInit:cInt;
   procedure SslLoadErrorStrings;