]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Cleanup tls_pre_decrypt_lite and tls_pre_encrypt
authorArne Schwabe <arne@rfc2549.org>
Mon, 10 Aug 2020 14:36:52 +0000 (16:36 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 11 Aug 2020 20:24:55 +0000 (22:24 +0200)
commit162499591d03155e853ed44c90c12771307ee0eb
tree656549f0cbe3cb17466258e5edadb71b05f7ddc0
parenta6a15f7030b25f374a527de57dba199dc64745a3
Cleanup tls_pre_decrypt_lite and tls_pre_encrypt

Mostly C90 -> C99 cleanups and "return immediately" instead of
wrapping function body into if.

(Review with ignore whitespace)

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200810143707.5834-3-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20676.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl.c