]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Minor style change to improve code style
authorArne Schwabe <arne@rfc2549.org>
Thu, 16 Apr 2020 11:39:29 +0000 (13:39 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 19 Apr 2020 10:29:27 +0000 (12:29 +0200)
commitcbde07f474ae9e92b329475767c4660dd35b4ee4
tree2cf8282bf313f9b86cc22609d25c1cfea3a65fb5
parentc577facffb09046da90c52f3ed1af5bdf7b25888
Minor style change to improve code style

These are small manual changes that are done to improve the code
style and also make the result of uncrustify better without mixing
manual changes/automatic changes into a single commit.

- Make prototype and function identical for gc_addspecial. Also fixes
  uncrustify misparsing the embedded function pointer decleration
- Disallow uncrustify to reformat link_socket_init_phase1, which it
  messes up
- Format the the parameters of a call of  mbedtls_ssl_tls_prf to
  be more inline with the rest of our function calls with multiple
  arguments

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20200416113930.15192-2-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19748.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/buffer.c
src/openvpn/socket.h
src/openvpn/ssl_mbedtls.c