]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
ssl_pkt: Fix doxygen warning about read_control_auth
authorFrank Lichtenheld <frank@lichtenheld.com>
Thu, 2 Jul 2026 10:06:59 +0000 (12:06 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 2 Jul 2026 10:27:54 +0000 (12:27 +0200)
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 <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
src/openvpn/ssl_pkt.h

index 640885e8c45c6b39080aa50fc862e63fb94c31e0..82cb5b1f60052c7a31c650324f8ed1825b15da9d 100644 (file)
@@ -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,