summaryrefslogtreecommitdiff
path: root/lib/libssl/pqueue.c
AgeCommit message (Expand)Author
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-22Stop pulling pqueue.h into ssl_locl.h since only a small part of libsslJoel Sing
2014-05-18No need to check for NULL before invoking free(); use calloc() whenMiod Vallat
2014-05-12Move the `pqueue' part of libcrypto, which is a glorified sorted linked listMiod Vallat