diff -r 3af1d1c0ceb5 -r 058394513f33 MYCrypto_Private.h --- a/MYCrypto_Private.h Sun Apr 19 21:19:35 2009 -0700 +++ b/MYCrypto_Private.h Sat Jun 06 15:36:35 2009 -0700 @@ -25,14 +25,15 @@ #endif +@interface MYKeychain (Private) +- (MYIdentity*) identityWithDigest: (MYSHA1Digest*)pubKeyDigest; #if TARGET_OS_IPHONE && !MYCRYPTO_USE_IPHONE_API -@interface MYKeychain (Private) - (id) initWithKeychainRef: (SecKeychainRef)keychainRef; @property (readonly) SecKeychainRef keychainRef, keychainRefOrDefault; @property (readonly) CSSM_CSP_HANDLE CSPHandle; @property (readonly) NSString* path; +#endif @end -#endif @interface MYKeychainItem (Private);