mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-23 05:56:21 +00:00
tests/sha1: fix type mismatch warning
This commit is contained in:
@@ -41,7 +41,7 @@ static void digest_to_hex(const uint8_t *digest, char *output)
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
int k;
|
||||
size_t k;
|
||||
SHA1_CTX context;
|
||||
uint8_t digest[20];
|
||||
char output[80];
|
||||
|
||||
Reference in New Issue
Block a user