X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcasn1%2Fsilcber.h;h=8c0ec6942f7bd9e94f0cfe616d0bf821327f4f15;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=2360c780ae88b07466ce169955835c81035be016;hpb=8fd8212bcd16f2b53fbedff2a9b9a4e8c15b9695;p=silc.git diff --git a/lib/silcasn1/silcber.h b/lib/silcasn1/silcber.h index 2360c780..8c0ec694 100644 --- a/lib/silcasn1/silcber.h +++ b/lib/silcasn1/silcber.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2003 - 2006 Pekka Riikonen + Copyright (C) 2003 - 2007 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 @@ -45,7 +45,7 @@ * * Defines the BER classes. * - */ + ***/ typedef enum { SILC_BER_CLASS_UNIVERSAL = 0x00, /* Universal */ SILC_BER_CLASS_APPLICATION = 0x01, /* Application */ @@ -64,7 +64,7 @@ typedef enum { * * Defines the BER encoding type. * - */ + ***/ typedef enum { SILC_BER_ENC_PRIMITIVE = 0x00, SILC_BER_ENC_CONSTRUCTED = 0x01,