diff -r 90a70925562b -r 058394513f33 MYBERParser.h --- a/MYBERParser.h Wed Jun 03 17:20:53 2009 -0700 +++ b/MYBERParser.h Sat Jun 06 15:36:35 2009 -0700 @@ -6,13 +6,14 @@ // Copyright 2009 Jens Alfke. All rights reserved. // -#import +#import #define MYASN1ErrorDomain @"MYASN1ErrorDomain" -/** Parses a block of BER-formatted data into an object tree. */ +/** Parses a block of BER-formatted data into an object tree. + This is mostly used internally by MYParsedCertificate. */ id MYBERParse (NSData *ber, NSError **outError); size_t MYBERGetLength (NSData *ber, NSError **outError);