diff -r 90a70925562b -r 39fec79de6e8 MYBERParser.h --- a/MYBERParser.h Wed Jun 03 17:20:53 2009 -0700 +++ b/MYBERParser.h Sun Jun 07 21:53:56 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);