CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/06 14:32:11
Modified files:
lib/libssl/src/crypto/pqueue: pqueue.c
Log message:
Assorted cleanups:
- replace hardcoded sizes with sizeof()
- pqueue_find() apparently used to need to keep track of the previous node
when iterating, which causes its logic to be complicated. However, nowadays
it only needs to iterate, so replace with a straightforward, much
readable logic.
- remove #if 0'ed code
>From ``sin'' from 2f30 dot org on tech@, thanks!