diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-06 16:26:48 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-06 16:26:48 +0000 |
commit | 84db053194b3e76290e75e6c4a268b2143774687 (patch) | |
tree | e597d88c7b121e564138e9cf8cb9666584c5bb8f /libextra/gnutls_srp.c | |
parent | 0bac138ba04a5ca7b8b3dba645399dc58180a32c (diff) | |
download | gnutls-84db053194b3e76290e75e6c4a268b2143774687.tar.gz |
more updates in the SRP parameter callback.
Diffstat (limited to 'libextra/gnutls_srp.c')
-rw-r--r-- | libextra/gnutls_srp.c | 3 |
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. |