summaryrefslogtreecommitdiff
path: root/lib/auth_anon.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/auth_anon.c
parentf748fc23107a33a76efae82227ee0a724c4cfc15 (diff)
downloadgnutls-8a7df609dd647d23d87fee1cdcb5e274d4a79f13.tar.gz
Added some hints on the file purpose, and some other cleanups.
Diffstat (limited to 'lib/auth_anon.c')
-rw-r--r--lib/auth_anon.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/auth_anon.c b/lib/auth_anon.c
index 7aa72f2619..16e53adb06 100644
--- a/lib/auth_anon.c
+++ b/lib/auth_anon.c
@@ -16,7 +16,13 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- * */
+ *
+ */
+
+/* This file contains the Anonymous Diffie Hellman key exchange part of
+ * the anonymous authentication. The functions here are used in the
+ * handshake.
+ */
#include "gnutls_int.h"