From 1c3ae0efc13419718213114e140c3d83b4608c1e Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 22 Dec 2007 18:00:46 +0000 Subject: [PATCH] Comment changes. --- lib/silcasn1/silcasn1.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.24.0