]> git.ipfire.org Git - thirdparty/openvpn.git/commit
ssl.c: use arrow operator to access object member
authorAntonio Quartulli <a@unstable.cc>
Mon, 10 Jan 2022 14:45:10 +0000 (15:45 +0100)
committerGert Doering <gert@greenie.muc.de>
Fri, 14 Jan 2022 13:19:32 +0000 (14:19 +0100)
commiteb3e849e63e32cc015aa21c4481b232bf69c8976
tree01ee234cb6d742ff10663386bc5c5a4fea272f0d
parent6445bf30c12a87c06ee0b24b19293efefc8cad27
ssl.c: use arrow operator to access object member

The arrow operator exists exactly to perform a pointer dereference
implicitly
while accessing a member.

while at it, add whitespaces around the '-' operator on the same line.

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