mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 17:49:43 +02:00
r330 | jonas | 2010-09-20 18:09:58 +0200 (Mon, 20 Sep 2010) | 2 lines
* SecTrust is only for TARGET_OS_MAC (mantis #17427) git-svn-id: trunk@16031 -
This commit is contained in:
parent
9e0e05c098
commit
e5f4990f07
@ -186,6 +186,7 @@ uses MacTypes,SecBase,cssmtype,cssmapple,CFBase,CFArray,CFData,CFDate;
|
||||
{$endc} {not MACOSALLINCLUDE}
|
||||
|
||||
|
||||
{$ifc TARGET_OS_MAC}
|
||||
|
||||
{!
|
||||
@header SecTrust
|
||||
@ -429,6 +430,7 @@ function SecTrustGetUserTrust( certificate: SecCertificateRef; policy: SecPolicy
|
||||
function SecTrustSetUserTrust( certificate: SecCertificateRef; policy: SecPolicyRef; trustSetting: SecTrustUserSetting ): OSStatus; external name '_SecTrustSetUserTrust';
|
||||
(* DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER *)
|
||||
|
||||
{$endc} {TARGET_OS_MAC}
|
||||
{$ifc not defined MACOSALLINCLUDE or not MACOSALLINCLUDE}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user