Comment changes.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 22 Dec 2007 18:00:46 +0000 (18:00 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 22 Dec 2007 18:00:46 +0000 (18:00 +0000)
lib/silcasn1/silcasn1.h

index b7b63b370f55c54ff6636f8f5a4c997e8c1aec51..c04451829fdefd8fa4e4870ba9a16e28a7ea402b 100644 (file)
@@ -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;