0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 10:11:53 +00:00

Birdtest: small fix in md5_test

This commit is contained in:
Pavel Tvrdík 2015-03-30 18:52:58 +02:00
parent 3bbe27472c
commit 7379684211

View File

@ -34,7 +34,7 @@ show_hash(unsigned char hash[MD5_BYTES])
bt_debug("%02X", hash[i]); bt_debug("%02X", hash[i]);
} }
static int static void
check_md5_hash(unsigned char const *str, unsigned char const *expected) check_md5_hash(unsigned char const *str, unsigned char const *expected)
{ {
unsigned char computed_hash[MD5_BYTES]; unsigned char computed_hash[MD5_BYTES];