aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-21 00:11:28 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-21 00:11:28 +0100
commit7bc5bb42ae0dc9ef0bf529ceb0d287acfc340ef2 (patch)
treebda32d7bcf765f0bf63cc59a64a74b444f8a0fca /src/include/gnunet_crypto_lib.h
parent3bda896425e965b8fcf0e23935662754fabf3b27 (diff)
downloadgnunet-7bc5bb42ae0dc9ef0bf529ceb0d287acfc340ef2.tar.gz
gnunet-7bc5bb42ae0dc9ef0bf529ceb0d287acfc340ef2.zip
fix #7173
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-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 c2176f3f2..72d783148 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -307,7 +307,7 @@ struct GNUNET_CRYPTO_SymmetricSessionKey
307/** 307/**
308 * Type of a nonce used for challenges. 308 * Type of a nonce used for challenges.
309 */ 309 */
310struct ChallengeNonceP 310struct GNUNET_CRYPTO_ChallengeNonceP
311{ 311{
312 /** 312 /**
313 * The value of the nonce. Note that this is NOT a hash. 313 * The value of the nonce. Note that this is NOT a hash.