projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d32f5d8
)
Signed/unsigned compare.
author
Ben Laurie
<ben@links.org>
Fri, 15 Apr 2016 08:45:25 +0000
(09:45 +0100)
committer
Ben Laurie
<ben@links.org>
Mon, 18 Apr 2016 09:21:56 +0000
(10:21 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 345e539b5f6b3371889735c8e227905322a14bf1..ee6a4b2d578e8c5451b9e289474cbff8046918f0 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-1160,7
+1160,7
@@
static int run_benchmark(int async_jobs, int (*loop_function)(void *), loopargs_
max_fd = job_fd;
}
- if (max_fd >= FD_SETSIZE) {
+ if (max_fd >=
(OSSL_ASYNC_FD)
FD_SETSIZE) {
BIO_printf(bio_err,
"Error: max_fd (%d) must be smaller than FD_SETSIZE (%d). "
"Decrease the value of async_jobs\n",