summaryrefslogtreecommitdiff
path: root/src/gnutls/ciphers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls/ciphers.c')
-rw-r--r--src/gnutls/ciphers.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/gnutls/ciphers.c b/src/gnutls/ciphers.c
index e38fa7db..abec7fa6 100644
--- a/src/gnutls/ciphers.c
+++ b/src/gnutls/ciphers.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:ciphers
+ * @Short_description: Ciphers transforms implementation for GnuTLS.
+ * @Stability: Private
+ *
+ */
+
#include "globals.h"
#include <string.h>