changeset 7 | dee779b84a95 |
parent 1 | 60e4cbbb5128 |
child 8 | 4c0eafa7b233 |
1.1 --- a/MYCertificate-iPhone.m Sat Apr 04 22:56:13 2009 -0700 1.2 +++ b/MYCertificate-iPhone.m Thu Apr 09 22:47:11 2009 -0700 1.3 @@ -9,7 +9,7 @@ 1.4 #import "MYCertificate.h" 1.5 #import "MYCrypto_Private.h" 1.6 1.7 -#if USE_IPHONE_API 1.8 +#if MYCRYPTO_USE_IPHONE_API 1.9 1.10 1.11 @implementation MYCertificate 1.12 @@ -70,4 +70,4 @@ 1.13 1.14 @end 1.15 1.16 -#endif USE_IPHONE_API 1.17 +#endif MYCRYPTO_USE_IPHONE_API