Compilation environment fixes to make make install work correctly.
[crypto.git] / lib / silcasn1 / silcber.h
index d4df8974ac35f5b8c5460008d95e8ad53dbcdf31..511380119ba68e27da17717c43b66b55de0196eb 100644 (file)
@@ -27,6 +27,9 @@
  * to encode and decode DER blocks as well.  These routines does not
  * allocate any memory and have been optimized for general ASN.1 usage.
  *
+ * This is a low level interface and is not usually needed or used
+ * directly.
+ *
  * References: ITU-T X.690
  * http://www.itu.int/ITU-T/studygroups/com17/languages/X690_0702.pdf
  *
@@ -45,7 +48,8 @@
  *
  *    Defines the BER classes.
  *
- ***/
+ * SOURCE
+ */
 typedef enum {
   SILC_BER_CLASS_UNIVERSAL       = 0x00,   /* Universal */
   SILC_BER_CLASS_APPLICATION     = 0x01,   /* Application */
@@ -64,7 +68,8 @@ typedef enum {
  *
  *    Defines the BER encoding type.
  *
- ***/
+ * SOURCE
+ */
 typedef enum {
   SILC_BER_ENC_PRIMITIVE         = 0x00,
   SILC_BER_ENC_CONSTRUCTED       = 0x01,