summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_lib.c
diff options
context:
space:
mode:
authorjsing <>2014-05-22 17:37:06 +0000
committerjsing <>2014-05-22 17:37:06 +0000
commit5ac4fd0eaaac32772c817578ee9a2c662fa8f630 (patch)
tree5b8e9cc3ac60b5f781e37b5c9d7f19433c7cf396 /src/lib/libssl/d1_lib.c
parent73ba9d7f75a3ade97bc0a8f1bd930293a05fda84 (diff)
downloadopenbsd-5ac4fd0eaaac32772c817578ee9a2c662fa8f630.tar.gz
openbsd-5ac4fd0eaaac32772c817578ee9a2c662fa8f630.tar.bz2
openbsd-5ac4fd0eaaac32772c817578ee9a2c662fa8f630.zip
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 'src/lib/libssl/d1_lib.c')
-rw-r--r--src/lib/libssl/d1_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libssl/d1_lib.c b/src/lib/libssl/d1_lib.c
index b6b765634d..a2500ee0bf 100644
--- a/src/lib/libssl/d1_lib.c
+++ b/src/lib/libssl/d1_lib.c
@@ -64,6 +64,8 @@
64 64
65#include <stdio.h> 65#include <stdio.h>
66#include <openssl/objects.h> 66#include <openssl/objects.h>
67
68#include "pqueue.h"
67#include "ssl_locl.h" 69#include "ssl_locl.h"
68 70
69const char dtls1_version_str[]="DTLSv1" OPENSSL_VERSION_PTEXT; 71const char dtls1_version_str[]="DTLSv1" OPENSSL_VERSION_PTEXT;