summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pqueue/pq_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move pqueue regress from libcrypto to libssl, since that's where the pqueuejsing2016-11-041-118/+0
* 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-151-1/+1
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-121-4/+20
* Make sure the stdout output is check, to confirm proper sorting.miod2014-05-061-0/+1
* Add a fixed (read: non-SIGSEGV'ing) pq_test.miod2014-05-061-0/+99