diff options
Diffstat (limited to 'src/lib/libssl/dtls1.h')
-rw-r--r-- | src/lib/libssl/dtls1.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h index beb740154c..d91b6e6397 100644 --- a/src/lib/libssl/dtls1.h +++ b/src/lib/libssl/dtls1.h | |||
@@ -61,7 +61,6 @@ | |||
61 | #define HEADER_DTLS1_H | 61 | #define HEADER_DTLS1_H |
62 | 62 | ||
63 | #include <openssl/buffer.h> | 63 | #include <openssl/buffer.h> |
64 | #include <openssl/pqueue.h> | ||
65 | #include <sys/time.h> | 64 | #include <sys/time.h> |
66 | 65 | ||
67 | #ifdef __cplusplus | 66 | #ifdef __cplusplus |
@@ -146,6 +145,9 @@ struct dtls1_timeout_st { | |||
146 | unsigned int num_alerts; | 145 | unsigned int num_alerts; |
147 | }; | 146 | }; |
148 | 147 | ||
148 | struct _pqueue; | ||
149 | typedef struct _pqueue *pqueue; | ||
150 | |||
149 | typedef struct record_pqueue_st { | 151 | typedef struct record_pqueue_st { |
150 | unsigned short epoch; | 152 | unsigned short epoch; |
151 | pqueue q; | 153 | pqueue q; |