CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/05/22 11:37:06
Modified files: lib/libssl/src/ssl: d1_both.c d1_lib.c d1_pkt.c pqueue.c pqueue.h ssl_locl.h Log message: Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl actually needs it. Instead, just include it in the files where it is actually necessary. Also remove standard includes from pqueue.h so that they are not available as a side effect. Just add the two includes that are needed to pqueue.c. ok miod@