CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/21 09:56:39
Modified files:
usr.bin/openssl: s_time.c
Log message:
Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().
We need to then remove the shadow i from the GET block. While there,
move retval's declaration to the beginning of the function.
As doConnection() now executes the body of the benchmark's test, rename
it to "run_test".
Shadow variable spotted by tb@.
ok tb@
