diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-04-18 13:42:33 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-04-18 13:42:33 +0000 |
commit | 5d061f57e4ebc9d6a86d1cf987e9f42102b464a0 (patch) | |
tree | a07c9d470dacdb6a2b3409d63caf76249ecb81d5 /lib/auth_srp.c | |
parent | a6de8f97e88bfa45f973909faf1b3c8caf8f8909 (diff) | |
download | gnutls-5d061f57e4ebc9d6a86d1cf987e9f42102b464a0.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib/auth_srp.c')
-rw-r--r-- | lib/auth_srp.c | 2 |
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) { |