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:
Rich Salz <rsalz@openssl.org>
Loading
Please sign in to comment
WARNING! Gitlab maintenance operation scheduled for Saturday 28th March from 8 a.m. (CET) to approximately 3 p.m. (CET). GitLab will be unavailable during this time.
pqueue_size() now returns a size_t, but the variable that gets returned
was still declared as an int.
Reviewed-by:
Rich Salz <rsalz@openssl.org>