mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 19:49:31 +02:00
13 lines
290 B
ObjectPascal
13 lines
290 B
ObjectPascal
{ 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.
|