use ascii chars

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2022-01-31 15:35:52 +01:00
parent f693efd532
commit f3878b954a
2 changed files with 3 additions and 3 deletions

View File

@@ -1279,7 +1279,7 @@ int _handle_component_auth(xmpp_conn_t *conn)
return XMPP_EINT;
}
/* Feed the session id and passphrase to the algorithm.
/* Feed the session id and passphrase to the algorithm.
* We need to compute SHA1(session_id + passphrase)
*/
crypto_SHA1_Init(&mdctx);