mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
SASL SCRAM: create_nonce: changed data type
This commit is contained in:
parent
00b297524d
commit
0c48785543
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user