Move pqueue into ssl
authorRich Salz <rsalz@akamai.com>
Fri, 22 Jan 2016 19:54:01 +0000 (14:54 -0500)
committerRich Salz <rsalz@openssl.org>
Sun, 24 Jan 2016 23:25:04 +0000 (18:25 -0500)
commitcf2cede4a75f5e269f791bf1dcc029bba8c1f689
tree093d88fcb4a288e899114adf1ecd2e208ac94758
parent68ed0b2480023424f280e98cda7199d913f3d7cc
Move pqueue into ssl

This is an internal facility, never documented, not for
public consumption.  Move it into ssl (where it's only used
for DTLS).

I also made the typedef's for pqueue and pitem follow our style: they
name structures, not pointers.

Reviewed-by: Richard Levitte <levitte@openssl.org>
13 files changed:
Makefile.in
crypto/pqueue/Makefile.in [deleted file]
crypto/pqueue/pq_test.c [deleted file]
include/openssl/pqueue.h [deleted file]
ssl/Makefile.in
ssl/d1_lib.c
ssl/pqueue.c [moved from crypto/pqueue/pqueue.c with 91% similarity]
ssl/record/rec_layer_d1.c
ssl/record/record.h
ssl/ssl_locl.h
ssl/statem/statem_dtls.c
util/libeay.num
util/mkdef.pl