aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2022-04-04 08:26:29 +0200
committert3sserakt <t3ss@posteo.de>2022-04-04 08:26:59 +0200
commit60e93b8f0dd03c30d652b0fa665e4cd15b234f0f (patch)
treebd246f371c1c43f48be1bb0c4bf711392ab35cf7 /src
parentc0ef855502dfdb8dfe5fea867cd19d2de6d9af93 (diff)
parent6613fd68b4028f5d65dbb609beea4dde61dcfbfb (diff)
downloadgnunet-60e93b8f0dd03c30d652b0fa665e4cd15b234f0f.tar.gz
gnunet-60e93b8f0dd03c30d652b0fa665e4cd15b234f0f.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 582a58861..7bc7cf143 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -956,7 +956,7 @@ GNUNET_CRYPTO_hash_context_abort (struct GNUNET_HashContext *hc);
956 956
957/** 957/**
958 * Calculate HMAC of a message (RFC 2104) 958 * Calculate HMAC of a message (RFC 2104)
959 * TODO: Shouldn' this be the standard hmac function and 959 * TODO: Shouldn't this be the standard hmac function and
960 * the above be renamed? 960 * the above be renamed?
961 * 961 *
962 * @param key secret key 962 * @param key secret key