diff -r 60e4cbbb5128 -r f6c91b9da05b MYKeychainItem.h --- a/MYKeychainItem.h Sat Apr 04 22:56:13 2009 -0700 +++ b/MYKeychainItem.h Thu Jun 04 18:36:30 2009 -0700 @@ -8,6 +8,7 @@ #import <Foundation/Foundation.h> #import <Security/Security.h> +#import "MYCryptoConfig.h" @class MYKeychain; @@ -15,7 +16,7 @@ extern NSString* const MYCSSMErrorDomain; -#if TARGET_OS_IPHONE && !TARGET_IPHONE_SIMULATOR +#if MYCRYPTO_USE_IPHONE_API typedef CFTypeRef MYKeychainItemRef; #else typedef SecKeychainItemRef MYKeychainItemRef;