changeset 27 | d0aadddb9c64 |
parent 4 | f4709533c816 |
1.1 --- a/MYCertGen.h Thu Apr 09 21:36:21 2009 -0700 1.2 +++ b/MYCertGen.h Tue Jul 21 10:13:08 2009 -0700 1.3 @@ -4,8 +4,9 @@ 1.4 // 1.5 // Created by Jens Alfke on 4/3/09. 1.6 // Copyright 2009 Jens Alfke. All rights reserved. 1.7 -// 1.8 -// Derived from ... 1.9 + 1.10 +// NOTE: This module has been replaced by MYCertificateInfo, which isn't dependent on 1.11 +// CSSM APIs that aren't available on iPhone. 1.12 1.13 #import <Foundation/Foundation.h> 1.14 #import <Security/Security.h>