From: Pekka Riikonen Date: Sat, 22 Dec 2007 18:00:46 +0000 (+0000) Subject: Comment changes. X-Git-Tag: 1.2.beta1~61 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=1c3ae0efc13419718213114e140c3d83b4608c1e Comment changes. --- diff --git a/lib/silcasn1/silcasn1.h b/lib/silcasn1/silcasn1.h index b7b63b37..c0445182 100644 --- a/lib/silcasn1/silcasn1.h +++ b/lib/silcasn1/silcasn1.h @@ -41,8 +41,7 @@ * to encode and decode with various options (such as implicit and explicit * tagging and defining specific class option). * - * The implementation supports all the common ASN.1 types. This - * implementation does not support advanced ASN.1 features like macros. + * The implementation supports all the common ASN.1 types. * * References: ITU-T X.680 - X.693 * http://www.itu.int/ITU-T/studygroups/com17/languages/ @@ -112,7 +111,6 @@ typedef struct SilcAsn1Object SilcAsn1Struct; * SILC_ASN1_EXPLICIT, 100, boolval), * SILC_ASN1_END); * - * * // Decode optional value, with SILC_ASN1_OPTIONAL the type must be * // a pointer so that NULL can be returned if the type is not present. * SilcBool *val;