openssl speed: minor style nits
authortb <tb@openbsd.org>
Sat, 20 May 2023 11:44:15 +0000 (11:44 +0000)
committertb <tb@openbsd.org>
Sat, 20 May 2023 11:44:15 +0000 (11:44 +0000)
commit8f2041aeb871306037e94325a387d9bf8f3ea44e
tree712379b16417856f4db3e0b54100d913a8bc2be7
parentcf08ccf990babb897cc69cfe3a81d07fa81106f1
openssl speed: minor style nits

This drops a bunch of unnecessary parentheses, makes the strcmp()
checks consistent and moves some "}\n\telse" to "} else".

Makes an upcoming commit smaller
usr.bin/openssl/speed.c