diff -r f4709533c816 -r b2e360b78189 MYPrivateKey.m --- a/MYPrivateKey.m Thu Apr 09 21:36:21 2009 -0700 +++ b/MYPrivateKey.m Thu Apr 09 22:27:51 2009 -0700 @@ -9,9 +9,11 @@ #import "MYPrivateKey.h" #import "MYCrypto_Private.h" #import "MYDigest.h" -#import "MYCertGen.h" #import +#if !TARGET_OS_IPHONE +#import "MYCertGen.h" +#endif @implementation MYPrivateKey