summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pqueue/pqueue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-121-93/+0
| | | | | | | | | | | | | 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.
* KNF.jsing2014-04-211-6/+5
|
* import OpenSSL-1.0.0adjm2010-10-011-5/+4
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+95