1.1 --- a/MYBERParser.h Wed Jun 03 17:20:53 2009 -0700
1.2 +++ b/MYBERParser.h Tue Jun 09 23:58:03 2009 -0700
1.3 @@ -6,13 +6,14 @@
1.4 // Copyright 2009 Jens Alfke. All rights reserved.
1.5 //
1.6
1.7 -#import <Cocoa/Cocoa.h>
1.8 +#import <Foundation/Foundation.h>
1.9
1.10
1.11 #define MYASN1ErrorDomain @"MYASN1ErrorDomain"
1.12
1.13
1.14 -/** Parses a block of BER-formatted data into an object tree. */
1.15 +/** Parses a block of BER-formatted data into an object tree.
1.16 + This is mostly used internally by MYParsedCertificate. */
1.17 id MYBERParse (NSData *ber, NSError **outError);
1.18
1.19 size_t MYBERGetLength (NSData *ber, NSError **outError);