summaryrefslogtreecommitdiff
path: root/libextra/gnutls_srp.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-06 16:26:48 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-06 16:26:48 +0000
commit84db053194b3e76290e75e6c4a268b2143774687 (patch)
treee597d88c7b121e564138e9cf8cb9666584c5bb8f /libextra/gnutls_srp.c
parent0bac138ba04a5ca7b8b3dba645399dc58180a32c (diff)
downloadgnutls-84db053194b3e76290e75e6c4a268b2143774687.tar.gz
more updates in the SRP parameter callback.
Diffstat (limited to 'libextra/gnutls_srp.c')
-rw-r--r--libextra/gnutls_srp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libextra/gnutls_srp.c b/libextra/gnutls_srp.c
index 3d0f3a05ef..2279a28f7a 100644
--- a/libextra/gnutls_srp.c
+++ b/libextra/gnutls_srp.c
@@ -32,7 +32,6 @@
#include "debug.h"
-
/* Here functions for SRP (like g^x mod n) are defined
*/
@@ -515,7 +514,7 @@ void gnutls_srp_server_set_select_function(gnutls_session session,
* 'username' contains the actual username.
*
* The 'salt', 'verifier', 'generator' and 'prime' must be filled
- * in.
+ * in (using malloc).
*
* In case the callback returned a negative number then gnutls will
* assume that the username does not exist.