]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commit
Use better readable order of arguments in if.
authorSimon Ruderich <simon@ruderich.org>
Sun, 28 Jul 2013 02:37:45 +0000 (04:37 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 28 Jul 2013 02:37:45 +0000 (04:37 +0200)
commitc5059d4c1e7f0de5a466d471e7ee26b6ccce8396
tree5e3c511990eaa4a70dd46e0ca9fcff895dd3e962
parentedca9c6695ee99d9344e924acf60ecfd0a163203
Use better readable order of arguments in if.

if (5 == x) as safeguard against if (x = 5) is no longer necessary as
modern compilers warn about if (x = 5).
src/connection.c
src/sem.c
src/tlsproxy.c
src/verify.c