Make compile on pre-leopard (Tiger needs CSSM_SIZE), From Quanah Gibson-Mount

This commit is contained in:
Love Hornquist Astrand
2010-01-08 13:17:47 +01:00
parent 461c1b1535
commit 3b51f94c2b

View File

@@ -43,6 +43,7 @@ OSStatus SecKeyGetCSPHandle(SecKeyRef, CSSM_CSP_HANDLE *);
OSStatus SecKeyGetCredentials(SecKeyRef, CSSM_ACL_AUTHORIZATION_TAG,
int, const CSSM_ACCESS_CREDENTIALS **);
#define kSecCredentialTypeDefault 0
#define CSSM_SIZE uint32_t
#endif