1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
Commit Graph

5 Commits

Author SHA1 Message Date
deraadt
c3d6a26af7 tags as requested by miod and tedu 2014-06-12 15:49:27 +00:00
deraadt
4163340b49 malloc() result does not need a cast.
ok miod
2014-06-07 14:41:56 +00:00
jsing
46859c4ae3 Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl
actually needs it. Instead, just include it in the files where it is
actually necessary.

Also remove standard includes from pqueue.h so that they are not available
as a side effect. Just add the two includes that are needed to pqueue.c.

ok miod@
2014-05-22 17:37:06 +00:00
miod
b1e5b1d267 No need to check for NULL before invoking free(); use calloc() when
applicable; further simplify pqueue_find().

From Dimitris Papastamos on tech@
2014-05-18 09:39:18 +00:00
miod
4c60c45e93 Move the `pqueue' part of libcrypto, which is a glorified sorted linked list
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.
2014-05-12 19:14:14 +00:00