diff -r 90a70925562b -r 6856e071d25a MYBERParser.h --- a/MYBERParser.h Wed Jun 03 17:20:53 2009 -0700 +++ b/MYBERParser.h Tue Jun 09 23:58:03 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);