summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw2949.pp
blob: 6a16af471e098ebe2d40ed771d4df480053c61e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ Source provided for Free Pascal Bug Report 2949 }
{ Submitted by "Marco (Gory bugs department)" on  2004-02-07 }
{ e-mail:  }

{$ifdef fpc}{$mode Delphi}{$endif}

TYPE
// dummy types
  PSSL_CTX=pchar;

var
  IdSslCtxSetVerifyDepth : procedure(ctx: PSSL_CTX; depth: Integer); cdecl = nil;

begin
end.