Commit c42a78cb authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a missed size_t variable declaration



pqueue_size() now returns a size_t, but the variable that gets returned
was still declared as an int.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent ff04799d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment