]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed potential misinterpretation of boolean logic
authorDavid Sommerseth <dazo@users.sourceforge.net>
Mon, 15 Nov 2010 07:53:40 +0000 (08:53 +0100)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 18 Nov 2010 17:54:49 +0000 (18:54 +0100)
commit33ee747fff4acb4ea4c143089aa2c596a1e4d0bd
treeaf41d60d01754317997d053362b8e3e756ad42fc
parenteabb8eed0bc3b2b16722eeb38d8000eda35668a7
Fixed potential misinterpretation of boolean logic

The GNU C compiler warned about a potential issue with an if()
expression missing an extra set of parentheses.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: Peter Stuge <peter@stuge.se>
ssl.c