summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-auth.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-04-20 07:16:08 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-04-20 07:16:08 +0200
commit60b75f4677dc9b89fb3e3153d681e66d842c8998 (patch)
tree1ce32667b0fcc52400988bb5c845c8e38532726c /src/plugins/relay/relay-auth.h
parent8ac9336d2a0db1ec77720bdc5a612c1d1b9a2717 (diff)
downloadweechat-60b75f4677dc9b89fb3e3153d681e66d842c8998.zip
tests: add tests on functions relay_auth_password_hash_algo_search and relay_auth_generate_nonce
Diffstat (limited to 'src/plugins/relay/relay-auth.h')
-rw-r--r--src/plugins/relay/relay-auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-auth.h b/src/plugins/relay/relay-auth.h
index dd3286356..171453091 100644
--- a/src/plugins/relay/relay-auth.h
+++ b/src/plugins/relay/relay-auth.h
@@ -36,7 +36,7 @@ enum t_relay_auth_password_hash_algo
extern char *relay_auth_password_hash_algo_name[];
extern int relay_auth_password_hash_algo_search (const char *name);
-extern char *relay_auth_generate_nonce ();
+extern char *relay_auth_generate_nonce (int size);
extern int relay_auth_check_password_plain (const char *password,
const char *relay_password);
extern int relay_auth_password (struct t_relay_client *client,