No need to check for NULL before invoking free(); use calloc() when
authormiod <miod@openbsd.org>
Sun, 18 May 2014 09:39:18 +0000 (09:39 +0000)
committermiod <miod@openbsd.org>
Sun, 18 May 2014 09:39:18 +0000 (09:39 +0000)
commitb1e5b1d2679788c52b1513101be27be49a87e32d
treec54f98949a1d9c9af91ec973569328815f21c72f
parentc811dcf305a019c0baa5e218aee09be4a6a091c3
No need to check for NULL before invoking free(); use calloc() when
applicable; further simplify pqueue_find().

From Dimitris Papastamos on tech@
lib/libssl/pqueue.c
lib/libssl/src/ssl/pqueue.c