summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.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_handshake.c
parentf748fc23107a33a76efae82227ee0a724c4cfc15 (diff)
downloadgnutls-8a7df609dd647d23d87fee1cdcb5e274d4a79f13.tar.gz
Added some hints on the file purpose, and some other cleanups.
Diffstat (limited to 'lib/gnutls_handshake.c')
-rw-r--r--lib/gnutls_handshake.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index c5a3c03bca..faea7d8e48 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -19,6 +19,9 @@
*
*/
+/* Functions that relate to the TLS handshake procedure.
+ */
+
#include "gnutls_int.h"
#include "gnutls_errors.h"
#include "gnutls_dh.h"