summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_both.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/d1_both.c')
-rw-r--r--src/lib/libssl/d1_both.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libssl/d1_both.c b/src/lib/libssl/d1_both.c
index 10659a5136..2dc26e38cb 100644
--- a/src/lib/libssl/d1_both.c
+++ b/src/lib/libssl/d1_both.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: d1_both.c,v 1.29 2014/10/18 16:13:16 jsing Exp $ */ 1/* $OpenBSD: d1_both.c,v 1.30 2014/11/16 14:12:47 jsing Exp $ */
2/* 2/*
3 * DTLS implementation written by Nagendra Modadugu 3 * DTLS implementation written by Nagendra Modadugu
4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. 4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -114,12 +114,14 @@
114 */ 114 */
115 115
116#include <limits.h> 116#include <limits.h>
117#include <string.h>
118#include <stdio.h> 117#include <stdio.h>
118#include <string.h>
119
119#include "ssl_locl.h" 120#include "ssl_locl.h"
121
120#include <openssl/buffer.h> 122#include <openssl/buffer.h>
121#include <openssl/objects.h>
122#include <openssl/evp.h> 123#include <openssl/evp.h>
124#include <openssl/objects.h>
123#include <openssl/x509.h> 125#include <openssl/x509.h>
124 126
125#include "pqueue.h" 127#include "pqueue.h"