summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pqueue (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+3
* make this compile again - actually include stdio and friends ourselves.beck2014-05-241-1/+3
* Get pqueue.h from the libssl sources rather than relying upon it beingmiod2014-05-152-2/+4
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-122-9/+23
* Make sure the stdout output is check, to confirm proper sorting.miod2014-05-063-1/+10
* Add a fixed (read: non-SIGSEGV'ing) pq_test.miod2014-05-062-0/+109