summaryrefslogtreecommitdiff
path: root/lib/gnutls_constate.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-10 15:49:24 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-10 15:49:24 +0000
commit8a7df609dd647d23d87fee1cdcb5e274d4a79f13 (patch)
tree49714fc062f1efdea55a84be0abb609cd74e615c /lib/gnutls_constate.c
parentf748fc23107a33a76efae82227ee0a724c4cfc15 (diff)
downloadgnutls-8a7df609dd647d23d87fee1cdcb5e274d4a79f13.tar.gz
Added some hints on the file purpose, and some other cleanups.
Diffstat (limited to 'lib/gnutls_constate.c')
-rw-r--r--lib/gnutls_constate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gnutls_constate.c b/lib/gnutls_constate.c
index ae4630c703..e8e9300d57 100644
--- a/lib/gnutls_constate.c
+++ b/lib/gnutls_constate.c
@@ -19,6 +19,10 @@
*
*/
+/* Functions that are supposed to run after the handshake procedure is
+ * finished. These functions activate the established security parameters.
+ */
+
#include <gnutls_int.h>
#include <gnutls_constate.h>
#include <gnutls_errors.h>