summaryrefslogtreecommitdiff
path: root/lib/libssl/d1_lib.c
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-05-22 17:37:07 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-05-22 17:37:07 +0000
commit01f92dc24d39b8b81e443ef52e345c6653c32486 (patch)
treea6db02a5a9c57f84c92406abeb913ce188015966 /lib/libssl/d1_lib.c
parent2904d7dcbeb5d994372df74446a382da10e258a8 (diff)
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@
Diffstat (limited to 'lib/libssl/d1_lib.c')
-rw-r--r--lib/libssl/d1_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c
index b6b765634da..a2500ee0bf9 100644
--- a/lib/libssl/d1_lib.c
+++ b/lib/libssl/d1_lib.c
@@ -64,6 +64,8 @@
#include <stdio.h>
#include <openssl/objects.h>
+
+#include "pqueue.h"
#include "ssl_locl.h"
const char dtls1_version_str[]="DTLSv1" OPENSSL_VERSION_PTEXT;