aboutsummaryrefslogtreecommitdiff
path: root/libssh/auth.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-03-21 09:56:29 +0000
committerAndreas Schneider <mail@cynapses.org>2009-03-21 09:56:29 +0000
commitcf89b6eb48ea1d644b68cef53c2d7be46aaaa62f (patch)
tree0281c7ee76fd38ccb9829574f013a40c1f6bb199 /libssh/auth.c
parent9249006e64470337422f4fd9e176ea2cb7d603e1 (diff)
downloadlibssh-cf89b6eb48ea1d644b68cef53c2d7be46aaaa62f.tar.gz
libssh-cf89b6eb48ea1d644b68cef53c2d7be46aaaa62f.tar.xz
libssh-cf89b6eb48ea1d644b68cef53c2d7be46aaaa62f.zip
Change the name of the doxygen group to match the others.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@284 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/auth.c')
-rw-r--r--libssh/auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh/auth.c b/libssh/auth.c
index add375df..df7d0196 100644
--- a/libssh/auth.c
+++ b/libssh/auth.c
@@ -1,6 +1,7 @@
/* auth.c deals with authentication methods */
/*
Copyright (c) 2003-2008 Aris Adamantiadis
+Copyright (c) 2008-2009 Andreas Schneider <mail@cynapses.org>
This file is part of the SSH Library
@@ -25,7 +26,7 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include <string.h>
-/** \defgroup ssh_auth Authentication functions
+/** \defgroup ssh_auth SSH Authentication functions
* \brief functions to authenticate to servers
*/
/** \addtogroup ssh_auth