aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 22:13:05 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:28 +0100
commite13e66d0dc6a79f6dfe469ba075f307c006fdb66 (patch)
tree63c53acfbd3f4abed3d363d43af8a8fe606808bb /src/core/gnunet-service-core_kx.c
parentb54a42c3723a643370fac80a6ab0f218b65bce31 (diff)
downloadgnunet-e13e66d0dc6a79f6dfe469ba075f307c006fdb66.tar.gz
gnunet-e13e66d0dc6a79f6dfe469ba075f307c006fdb66.zip
-DOC: Numerous small fixes to clean up short warning categories
Diffstat (limited to 'src/core/gnunet-service-core_kx.c')
-rw-r--r--src/core/gnunet-service-core_kx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index c5992a824..da62b6458 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -488,7 +488,8 @@ derive_aes_key (const struct GNUNET_PeerIdentity *sender,
488 * @param iv initialization vector to use 488 * @param iv initialization vector to use
489 * @param in ciphertext 489 * @param in ciphertext
490 * @param out plaintext 490 * @param out plaintext
491 * @param size size of @a in/@a out 491 * @param size size of @a in / @a out
492 *
492 * @return #GNUNET_OK on success 493 * @return #GNUNET_OK on success
493 */ 494 */
494static int 495static int