aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-04 07:43:57 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-04 07:44:00 +0200
commit6613fd68b4028f5d65dbb609beea4dde61dcfbfb (patch)
tree3be275ed41e746bf245cfa89f39d97a26602a125
parentd8f23ce7e46ff930ef1ccacc0869c4c44999e6e6 (diff)
downloadgnunet-6613fd68b4028f5d65dbb609beea4dde61dcfbfb.tar.gz
gnunet-6613fd68b4028f5d65dbb609beea4dde61dcfbfb.zip
-typo
-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