Commit c037f4a
evp_setpeer: fix -k all
As max_time was initialised only once, the runs after the first one
terminated immediately. Move max_time inside the key type loop.
Fixes: 7388d62 "Set a constant amount of runtime on more perf tests"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>1 parent 513dec3 commit c037f4a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | 185 | | |
188 | 186 | | |
189 | 187 | | |
| |||
222 | 220 | | |
223 | 221 | | |
224 | 222 | | |
| 223 | + | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments