summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>2007-10-08 12:08:33 +0300
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>2007-10-08 12:08:33 +0300
commit1f24725c9a0b09e7a42ee18f2bb4c0fbac581b8f (patch)
tree984dd279834d1576512e1e8139b514305064a1d9 /src/cli.c
parent38774ff46c11ed3b9aa5933279db2baf35ea3a53 (diff)
downloadgnutls-1f24725c9a0b09e7a42ee18f2bb4c0fbac581b8f.tar.gz
** Added capability to set a callback after the client hello is received
by the server in order to adjust parameters before the handshake. ** SRP was corrected to adhere (more) to the latest draft (published soon as RFC) ** Corrected bug which did not allow a server to run without supporting certificates. ** Updated the DN parser which now prints wrongly decoded values as hex strings.
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.c b/src/cli.c
index b0ce847071..177f9e76e8 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -1004,7 +1004,7 @@ do_handshake (socket_st * socket)
static int
srp_username_callback (gnutls_session_t session,
- unsigned int times, char **username, char **password)
+ char **username, char **password)
{
if (srp_username == NULL || srp_passwd == NULL)
{