1.1 --- a/MYCrypto_Private.h Sun Apr 19 21:19:35 2009 -0700
1.2 +++ b/MYCrypto_Private.h Sat Jun 06 15:36:35 2009 -0700
1.3 @@ -25,14 +25,15 @@
1.4 #endif
1.5
1.6
1.7 +@interface MYKeychain (Private)
1.8 +- (MYIdentity*) identityWithDigest: (MYSHA1Digest*)pubKeyDigest;
1.9 #if TARGET_OS_IPHONE && !MYCRYPTO_USE_IPHONE_API
1.10 -@interface MYKeychain (Private)
1.11 - (id) initWithKeychainRef: (SecKeychainRef)keychainRef;
1.12 @property (readonly) SecKeychainRef keychainRef, keychainRefOrDefault;
1.13 @property (readonly) CSSM_CSP_HANDLE CSPHandle;
1.14 @property (readonly) NSString* path;
1.15 +#endif
1.16 @end
1.17 -#endif
1.18
1.19
1.20 @interface MYKeychainItem (Private);