From: Frank Lichtenheld <[email protected]> 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 <[email protected]> Acked-by: Gert Doering <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1765 --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1765 This mail reflects revision 1 of this Change. Acked-by according to Gerrit (reflected above): Gert Doering <[email protected]> diff --git a/src/openvpn/ssl_pkt.h b/src/openvpn/ssl_pkt.h index 640885e..82cb5b1 100644 --- a/src/openvpn/ssl_pkt.h +++ b/src/openvpn/ssl_pkt.h @@ -207,7 +207,6 @@ * @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, _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
