CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/15 13:39:46
Modified files:
lib/libssl/ssl : Makefile
lib/libssl/src/ssl: d1_pkt.c dtls1.h ssl_locl.h
Log message:
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@
