#include <openssl/evp.h>
#include <openssl/x509.h>
+#include "pqueue.h"
+
#define RSMBLY_BITMASK_SIZE(msg_len) (((msg_len) + 7) / 8)
#define RSMBLY_BITMASK_MARK(bitmask, start, end) { \
#include <stdio.h>
#include <openssl/objects.h>
+
+#include "pqueue.h"
#include "ssl_locl.h"
const char dtls1_version_str[]="DTLSv1" OPENSSL_VERSION_PTEXT;
#include <openssl/buffer.h>
#include <openssl/rand.h>
+#include "pqueue.h"
+
/* mod 128 saturating subtract of two 64-bit values in big-endian order */
static int
satsub64be(const unsigned char *v1, const unsigned char *v2)
*
*/
+#include <stdlib.h>
#include <string.h>
+
#include "pqueue.h"
typedef struct _pqueue {
#ifndef HEADER_PQUEUE_H
#define HEADER_PQUEUE_H
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
typedef struct _pqueue *pqueue;
typedef struct _pitem {
#include <openssl/evp.h>
#include <openssl/x509.h>
+#include "pqueue.h"
+
#define RSMBLY_BITMASK_SIZE(msg_len) (((msg_len) + 7) / 8)
#define RSMBLY_BITMASK_MARK(bitmask, start, end) { \
#include <stdio.h>
#include <openssl/objects.h>
+
+#include "pqueue.h"
#include "ssl_locl.h"
const char dtls1_version_str[]="DTLSv1" OPENSSL_VERSION_PTEXT;
#include <openssl/buffer.h>
#include <openssl/rand.h>
+#include "pqueue.h"
+
/* mod 128 saturating subtract of two 64-bit values in big-endian order */
static int
satsub64be(const unsigned char *v1, const unsigned char *v2)
*
*/
+#include <stdlib.h>
#include <string.h>
+
#include "pqueue.h"
typedef struct _pqueue {
#ifndef HEADER_PQUEUE_H
#define HEADER_PQUEUE_H
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
typedef struct _pqueue *pqueue;
typedef struct _pitem {
#include <openssl/err.h>
#include <openssl/ssl.h>
-#include "pqueue.h"
-
#define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \
l|=(((unsigned long)(*((c)++)))<< 8), \
l|=(((unsigned long)(*((c)++)))<<16), \
#include <openssl/err.h>
#include <openssl/ssl.h>
-#include "pqueue.h"
-
#define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \
l|=(((unsigned long)(*((c)++)))<< 8), \
l|=(((unsigned long)(*((c)++)))<<16), \