diff -r 90a70925562b -r df9da0f6b358 MYBERParser.h --- a/MYBERParser.h Wed Jun 03 17:20:53 2009 -0700 +++ b/MYBERParser.h Fri Jun 05 08:57:18 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);