MYCryptoTest.m
changeset 7 dee779b84a95
parent 4 f4709533c816
child 8 4c0eafa7b233
     1.1 --- a/MYCryptoTest.m	Thu Apr 09 21:36:21 2009 -0700
     1.2 +++ b/MYCryptoTest.m	Thu Apr 09 22:47:11 2009 -0700
     1.3 @@ -80,7 +80,11 @@
     1.4      for (MYIdentity *ident in e) {
     1.5          Log(@"Found %@ -- name=%@, emails=(%@), key=%@",
     1.6              ident, ident.commonName, 
     1.7 +#if TARGET_OS_IPHONE
     1.8 +            nil,
     1.9 +#else
    1.10              [ident.emailAddresses componentsJoinedByString: @", "],
    1.11 +#endif
    1.12              ident.privateKey);
    1.13      }
    1.14  }