projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd34f46
)
Whitespace and typos
author
Dan Farina
<drfarina@acm.org>
Thu, 10 May 2012 09:42:27 +0000
(
02:42
-0700)
committer
Dan Farina
<drfarina@acm.org>
Thu, 10 May 2012 09:54:44 +0000
(
02:54
-0700)
Signed-off-by: Dan Farina <drfarina@acm.org>
test/test_crypto.c
patch
|
blob
|
blame
|
history
diff --git
a/test/test_crypto.c
b/test/test_crypto.c
index aaf28b558b1a4a2730c0740c0865a970ef5af3ce..5c9fa2516872f8b7a6ec03e50ceefd81f6c80fa5 100644
(file)
--- a/
test/test_crypto.c
+++ b/
test/test_crypto.c
@@
-89,7
+89,7
@@
static const char *run_sha1(const char *str)
if (memcmp(res, res2, SHA1_DIGEST_LENGTH) != 0)
return "FAIL";
-
+
return mkhex(res, SHA1_DIGEST_LENGTH);
}
@@
-162,7
+162,7
@@
end:;
}
/*
- * Laucher.
+ * Lau
n
cher.
*/
struct testcase_t crypto_tests[] = {