projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c0a48
)
fix indentation
author
Christian Grothoff
<christian@grothoff.org>
Tue, 20 Jun 2017 20:22:28 +0000
(22:22 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 22 Jun 2017 08:27:24 +0000
(10:27 +0200)
src/util/crypto_hash.c
patch
|
blob
|
history
diff --git
a/src/util/crypto_hash.c
b/src/util/crypto_hash.c
index 49dbacd0bd96e8b082232471ab5f1beb3e05af02..20c7ca7ffb0a7b54a88d0df8724effed15ca8ff3 100644
(file)
--- a/
src/util/crypto_hash.c
+++ b/
src/util/crypto_hash.c
@@
-440,8
+440,8
@@
GNUNET_CRYPTO_hash_context_start ()
*/
void
GNUNET_CRYPTO_hash_context_read (struct GNUNET_HashContext *hc,
- const void *buf,
- size_t size)
+
const void *buf,
+
size_t size)
{
gcry_md_write (hc->hd, buf, size);
}