]> git.ipfire.org Git - thirdparty/openvpn.git/commit
ssl_util: fix prototype style
authorAntonio Quartulli <a@unstable.cc>
Thu, 18 Aug 2022 08:05:50 +0000 (10:05 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 18 Aug 2022 14:16:21 +0000 (16:16 +0200)
commit31346b8d8df6fb09faa56d53508205a8b74c15df
tree0504cc34c23b6ea2640843d71a78e946b85788af
parent329cb7ed2cb8503e99bed5bf3499f2194536d6ce
ssl_util: fix prototype style

Function prototypes should have the return type on the same line as the
function name itself. Fix this in ssl_util.h.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220818080550.177771-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24983.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl_util.h