mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
SASL SCRAM: create_nonce: changed data type
This commit is contained in:
@@ -78,7 +78,7 @@ scram_session_free (scram_session *session)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
create_nonce (char *buffer, size_t length)
|
create_nonce (void *buffer, size_t length)
|
||||||
{
|
{
|
||||||
return RAND_bytes (buffer, length);
|
return RAND_bytes (buffer, length);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user