summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pqueue/pq_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | installed.
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-121-4/+20
| | | | | | | | | | | | | of 64-bit data, and only used by DTLS, to libssl where it belongs. Remove pqueue_print() which is a debugging interface and serves no useful purpose, except for the regress test, which grows its own pqueue_print() routine. Bump libcrypto major and libssl minor. WARNING: do not update your tree right now, more changes are coming, which will ride the libcrypto major bump.
* 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