X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcasn1%2Fsilcber.h;fp=lib%2Fsilcasn1%2Fsilcber.h;h=b8280d8448503c519ee9985947de8c97b73a0740;hp=d4df8974ac35f5b8c5460008d95e8ad53dbcdf31;hb=87f7fe2aac95581dbd3e6258b6276da08952c13d;hpb=bd548b5771a325d3dc051887d3fd0225550d4418 diff --git a/lib/silcasn1/silcber.h b/lib/silcasn1/silcber.h index d4df8974..b8280d84 100644 --- a/lib/silcasn1/silcber.h +++ b/lib/silcasn1/silcber.h @@ -45,7 +45,8 @@ * * Defines the BER classes. * - ***/ + * SOURCE + */ typedef enum { SILC_BER_CLASS_UNIVERSAL = 0x00, /* Universal */ SILC_BER_CLASS_APPLICATION = 0x01, /* Application */ @@ -64,7 +65,8 @@ typedef enum { * * Defines the BER encoding type. * - ***/ + * SOURCE + */ typedef enum { SILC_BER_ENC_PRIMITIVE = 0x00, SILC_BER_ENC_CONSTRUCTED = 0x01,