X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcasn1%2Fsilcasn1.h;h=c04451829fdefd8fa4e4870ba9a16e28a7ea402b;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=304dd600ed04d5659b783e2864a6b3f8f5a61ad4;hpb=524dff836509afe72184a51bb55818377c3232e1;p=silc.git diff --git a/lib/silcasn1/silcasn1.h b/lib/silcasn1/silcasn1.h index 304dd600..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; @@ -311,7 +309,7 @@ void silc_asn1_uninit(SilcAsn1 asn1); * the `dest' is dynamically allocated and caller must free it by itself. * If the `stack' was given to silc_asn1_alloc, the SILC_ASN1_ALLOC will * allocate from that stack and consume the stack. Alternatively if - * SILC_ASN1_ACCUMUL is given then memory is accumulated from `asn1' fo + * SILC_ASN1_ACCUMUL is given then memory is accumulated from `asn1' for * `dest' and it is freed only when silc_asn1_free or silc_asn1_uninit * is called. Next call to silc_asn1_encode will not cancel the previous * result, but will accumulate more memory for new result.