MYPrivateKey.m
changeset 7 dee779b84a95
parent 4 f4709533c816
child 8 4c0eafa7b233
     1.1 --- a/MYPrivateKey.m	Thu Apr 09 21:36:21 2009 -0700
     1.2 +++ b/MYPrivateKey.m	Thu Apr 09 22:47:11 2009 -0700
     1.3 @@ -9,9 +9,11 @@
     1.4  #import "MYPrivateKey.h"
     1.5  #import "MYCrypto_Private.h"
     1.6  #import "MYDigest.h"
     1.7 -#import "MYCertGen.h"
     1.8  #import <CommonCrypto/CommonDigest.h>
     1.9  
    1.10 +#if !TARGET_OS_IPHONE
    1.11 +#import "MYCertGen.h"
    1.12 +#endif
    1.13  
    1.14  @implementation MYPrivateKey
    1.15