mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-27 15:46:22 +00:00
tests/sha1: fixed indentation
This commit is contained in:
@@ -73,7 +73,7 @@ int main(int argc, char** argv)
|
|||||||
fprintf(stdout, "* original string was changed by SHA1\n");
|
fprintf(stdout, "* original string was changed by SHA1\n");
|
||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
free(copy);
|
free(copy);
|
||||||
}
|
}
|
||||||
/* million 'a' vector we feed separately */
|
/* million 'a' vector we feed separately */
|
||||||
crypto_SHA1_Init(&context);
|
crypto_SHA1_Init(&context);
|
||||||
|
|||||||
Reference in New Issue
Block a user