summaryrefslogtreecommitdiff
path: root/src/lib/libssl/pqueue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-2/+2
* Stop pulling pqueue.h into ssl_locl.h since only a small part of libssljsing2014-05-221-0/+2
* No need to check for NULL before invoking free(); use calloc() whenmiod2014-05-181-30/+7
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-121-0/+222