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)
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>

No differences found