X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcasn1%2Fsilcasn1_i.h;h=122036755cd221868b10ea791ff237c5fe6a9f5d;hb=f2ebe2380fa2dc8014f4409ce509c4de13661d8d;hp=b602010548b5eb11bf37ce19fec8724f3700a395;hpb=4d3cb39c710fcaa6d7c85dfeee3dfb49429e36fb;p=crypto.git diff --git a/lib/silcasn1/silcasn1_i.h b/lib/silcasn1/silcasn1_i.h index b6020105..12203675 100644 --- a/lib/silcasn1/silcasn1_i.h +++ b/lib/silcasn1/silcasn1_i.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2003 - 2005 Pekka Riikonen + Copyright (C) 2003 - 2006 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -42,6 +42,7 @@ struct SilcAsn1Object { #define SILC_ASN1_TAG_CHOICE 0x7003 /* SILC_ASN1_CHOICE given */ #define SILC_ASN1_TAG_SEQUENCE_OF 0x7004 /* SILC_ASN1_SEQUENCE_OF given */ #define SILC_ASN1_TAG_ANY_PRIMITIVE 0x7005 /* Pre-encoded primitive data */ +#define SILC_ASN1_TAG_SHORT_INTEGER 0x7006 /* Short integer */ /* Helper macros for adding the arguments to encoder and decoder. */