diff options
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r-- | src/include/gnunet_crypto_lib.h | 2 |
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 /** * Type of a nonce used for challenges. */ -struct ChallengeNonceP +struct GNUNET_CRYPTO_ChallengeNonceP { /** * The value of the nonce. Note that this is NOT a hash. |