summaryrefslogtreecommitdiff
path: root/src/gnutls/digests.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls/digests.c')
-rw-r--r--src/gnutls/digests.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/gnutls/digests.c b/src/gnutls/digests.c
index 94f3aa6a..9ad18436 100644
--- a/src/gnutls/digests.c
+++ b/src/gnutls/digests.c
@@ -1,11 +1,19 @@
-/**
- * XMLSec library
+/*
+ * XML Security Library (http://www.aleksey.com/xmlsec).
+ *
*
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
* Copyright (C) 2002-2016 Aleksey Sanin <aleksey@aleksey.com>. All Rights Reserved.
*/
+/**
+ * SECTION:digests
+ * @Short_description: Digests transforms implementation for GnuTLS.
+ * @Stability: Private
+ *
+ */
+
#include "globals.h"
#include <string.h>