summaryrefslogtreecommitdiff
path: root/lib/gnutls_srp.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-02-14 10:57:57 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-02-14 10:57:57 +0000
commit204e1ec23660c155e0376404b03123ea1071d196 (patch)
tree892623786ddffe9e1b543ec6fedf1059d6daa9ae /lib/gnutls_srp.c
parent335fd1c8395770ae3838bed30657b220421183bc (diff)
downloadgnutls-204e1ec23660c155e0376404b03123ea1071d196.tar.gz
Changed srp callback function parameters.
Diffstat (limited to 'lib/gnutls_srp.c')
-rw-r--r--lib/gnutls_srp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/gnutls_srp.c b/lib/gnutls_srp.c
index 6b50177f70..2df5b38470 100644
--- a/lib/gnutls_srp.c
+++ b/lib/gnutls_srp.c
@@ -442,10 +442,11 @@ int i;
* @func: is the callback function
*
* The callback's function form is:
- * int (*callback)(GNUTLS_STATE, const char** pfiles, int npfiles);
+ * int (*callback)(GNUTLS_STATE, const char** pfiles, const char** pconffiles, int npfiles);
*
* 'pfiles' contains 'npfiles' char* structures which hold
- * the password file name.
+ * the password file name. 'pconffiles' contain the corresponding
+ * conf files.
*
* This function specifies what we, in case of a server, are going
* to do when we have to use a password file. If this callback