]>
git.saurik.com Git - apple/security.git/blob - sec/Security/SecOnOSX.h
5 // Created by Keith on 10/21/11.
6 // Copyright (c) 2011 __MyCompanyName__. All rights reserved.
12 #include <TargetConditionals.h>
14 #if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE))
16 #include <Security/SecKeyPriv.h>
18 #define SecKeyCreateFromPublicData _SecKeyCreateFromPublicData
21 SecKeyRef
SecKeyCreateFromPublicData(CFAllocatorRef allocator
, CFIndex algorithmID
, CFDataRef serialized
);
24 #endif /* TARGET_OS_MAC */
26 #endif /* _SECONOSX_H_ */