summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-18 13:42:33 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-18 13:42:33 +0000
commit5d061f57e4ebc9d6a86d1cf987e9f42102b464a0 (patch)
treea07c9d470dacdb6a2b3409d63caf76249ecb81d5
parenta6de8f97e88bfa45f973909faf1b3c8caf8f8909 (diff)
downloadgnutls-5d061f57e4ebc9d6a86d1cf987e9f42102b464a0.tar.gz
*** empty log message ***
-rw-r--r--lib/auth_srp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auth_srp.c b/lib/auth_srp.c
index 1862ca1fdb..39ca764f29 100644
--- a/lib/auth_srp.c
+++ b/lib/auth_srp.c
@@ -70,7 +70,7 @@ MOD_AUTH_STRUCT srp_auth_struct = {
#define S state->gnutls_key->KEY
/* Send the first key exchange message ( g, n, s) and append the verifier algorithm number
- * Data is allocated by the called, and should have data_size size.
+ * Data is allocated by the caller, and should have data_size size.
*/
int gen_srp_server_hello(GNUTLS_STATE state, opaque * data, int data_size)
{