소스 검색

* Add to OpenSSLGetVersion to interface

git-svn-id: trunk@42114 -
michael 6 년 전
부모
커밋
3fe77a8ff5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;