cron2 has submitted this change. ( 
http://gerrit.openvpn.net/c/openvpn/+/1765?usp=email )

Change subject: ssl_pkt: Fix doxygen warning about read_control_auth
......................................................................

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 <[email protected]>
Acked-by: Gert Doering <[email protected]>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1765
Message-Id: <[email protected]>
URL: 
https://www.mail-archive.com/[email protected]/msg37459.html
Signed-off-by: Gert Doering <[email protected]>
---
M src/openvpn/ssl_pkt.h
1 file changed, 0 insertions(+), 1 deletion(-)




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,

--
To view, visit http://gerrit.openvpn.net/c/openvpn/+/1765?usp=email
To unsubscribe, or for help writing mail filters, visit 
http://gerrit.openvpn.net/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: openvpn
Gerrit-Branch: master
Gerrit-Change-Id: I20cc89a546b69aceadcd1630828de407d530d7c7
Gerrit-Change-Number: 1765
Gerrit-PatchSet: 2
Gerrit-Owner: flichtenheld <[email protected]>
Gerrit-Reviewer: cron2 <[email protected]>
Gerrit-Reviewer: plaisthos <[email protected]>
Gerrit-CC: openvpn-devel <[email protected]>
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to