summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw2707.pp
blob: a5c8d221391b7b9e8b18211012ca631cd2795a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ Source provided for Free Pascal Bug Report 2707 }
{ Submitted by "Johannes Berg" on  2003-10-02 }
{ e-mail: johannes -at- sipsolutions -dot- de }
type
  PSSL_METHOD = pointer;
  PSSL_CTX = pointer;

var
  MN_SSL_CTX_new  : function(method: PSSL_METHOD): PSSL_CTX cdecl = nil;

begin
end.