No longer make pqueue.h a public (and installed) header file. Replace its
authormiod <miod@openbsd.org>
Thu, 15 May 2014 19:39:46 +0000 (19:39 +0000)
committermiod <miod@openbsd.org>
Thu, 15 May 2014 19:39:46 +0000 (19:39 +0000)
commit25d62bd432b484c8c3ce2f12e9c1b884e67c84eb
tree6524f168c912a42c9484a10af1f12313bb5dedf0
parent74ac760de72aa73bce4065b44e854f1c3e740a9f
No longer make pqueue.h a public (and installed) header file. Replace its
inclusion in <ssl/dtls1.h> by the benign
`struct _pqueue; typedef struct _pqueue *pqueue;'.

Note that said dtls1.h should probably be considered a private header as well...

ok beck@
lib/libssl/d1_pkt.c
lib/libssl/dtls1.h
lib/libssl/src/ssl/d1_pkt.c
lib/libssl/src/ssl/dtls1.h
lib/libssl/src/ssl/ssl_locl.h
lib/libssl/ssl/Makefile
lib/libssl/ssl_locl.h