SILC Crypto Toolkit 1.2 Beta1
[crypto.git] / lib / silcasn1 / silcber.h
index d4df8974ac35f5b8c5460008d95e8ad53dbcdf31..b8280d8448503c519ee9985947de8c97b73a0740 100644 (file)
@@ -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,