From b6a2533a3fb29eafe78a2432eaf9adaa0e707420 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 29 Jan 2025 19:28:18 +0100 Subject: [PATCH] Fix doxygen warnings in crypto_epoch.h Introduced by commit 92adbc88b1b37095cebde2a1c5b6ae242f382678. Change-Id: I0133085ac68f7b0db574b88276f6d5e1d3ad62d5 Signed-off-by: Frank Lichtenheld Acked-by: Arne Schwabe Message-Id: <20250129182818.3041-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg30731.html Signed-off-by: Gert Doering --- src/openvpn/crypto_epoch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openvpn/crypto_epoch.h b/src/openvpn/crypto_epoch.h index b2f3d86b2..9290482b5 100644 --- a/src/openvpn/crypto_epoch.h +++ b/src/openvpn/crypto_epoch.h @@ -71,7 +71,7 @@ ovpn_expand_label(const uint8_t *secret, size_t secret_len, * Generate a data channel key pair from the epoch key * @param key Destination for the generated data key * @param epoch_key Epoch key to be used - * @parm kt Cipher information to generate the data channel key for + * @param kt Cipher information to generate the data channel key for */ void epoch_data_key_derive(struct key_parameters *key, @@ -100,6 +100,7 @@ epoch_generate_future_receive_keys(struct crypto_options *co); * - recv key matches the epoch index provided * - send key epoch is equal or higher than recv_key epoch * + * @param co crypto_options to update * @param new_epoch the new epoch to use for the receive key */ void -- 2.47.3