aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-28 05:50:12 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-28 05:50:12 +0100
commit64483767341fc741ea68249335ac1914c5a6cf1c (patch)
treef74cf6c12efc8b8bc718880fc3ff61b820acf84d /src/include/gnunet_crypto_lib.h
parent1c9f269ea5cadb20bb5f7fc209274ba5d6af4749 (diff)
downloadgnunet-64483767341fc741ea68249335ac1914c5a6cf1c.tar.gz
gnunet-64483767341fc741ea68249335ac1914c5a6cf1c.zip
more work on TCP communicator
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 6342862eb..6a9eddd7c 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -740,8 +740,8 @@ GNUNET_CRYPTO_hash_context_abort (struct GNUNET_HashContext *hc);
740 */ 740 */
741void 741void
742GNUNET_CRYPTO_hmac_raw (const void *key, size_t key_len, 742GNUNET_CRYPTO_hmac_raw (const void *key, size_t key_len,
743 const void *plaintext, size_t plaintext_len, 743 const void *plaintext, size_t plaintext_len,
744 struct GNUNET_HashCode *hmac); 744 struct GNUNET_HashCode *hmac);
745 745
746 746
747/** 747/**