From: Frank Lichtenheld Date: Thu, 2 Jul 2026 10:06:59 +0000 (+0200) Subject: ssl_pkt: Fix doxygen warning about read_control_auth X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d41472de0144f3c483a8397dea3bb55f00dc57e4;p=thirdparty%2Fopenvpn.git ssl_pkt: Fix doxygen warning about read_control_auth Commit 01ee1693f960a696a613e7b83f9960002264a379 ("Ensure tls-crypt keys are not setup twice") removed the argument but did not delete it from the doxygen documentation, leading to warnings. Change-Id: I20cc89a546b69aceadcd1630828de407d530d7c7 Signed-off-by: Frank Lichtenheld Acked-by: Gert Doering Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1765 Message-Id: <20260702100704.24692-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg37459.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/ssl_pkt.h b/src/openvpn/ssl_pkt.h index 640885e8c..82cb5b1f6 100644 --- a/src/openvpn/ssl_pkt.h +++ b/src/openvpn/ssl_pkt.h @@ -207,7 +207,6 @@ void write_control_auth(struct tls_session *session, struct key_state *ks, struc * @param ctx control channel security context * @param from incoming link socket address * @param opt tls options struct for the session - * @param initial_packet whether this is the initial packet for the connection * @return if the packet was successfully processed */ bool read_control_auth(struct buffer *buf, struct tls_wrap_ctx *ctx,