mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 02:01:55 +00:00
Birdtest: small fix in md5_test
This commit is contained in:
parent
3bbe27472c
commit
7379684211
@ -34,7 +34,7 @@ show_hash(unsigned char hash[MD5_BYTES])
|
||||
bt_debug("%02X", hash[i]);
|
||||
}
|
||||
|
||||
static int
|
||||
static void
|
||||
check_md5_hash(unsigned char const *str, unsigned char const *expected)
|
||||
{
|
||||
unsigned char computed_hash[MD5_BYTES];
|
||||
|
Loading…
Reference in New Issue
Block a user