summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/d1_enc.c')
-rw-r--r--src/lib/libssl/d1_enc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/d1_enc.c b/src/lib/libssl/d1_enc.c
index 32fcd333f6..7414301b4c 100644
--- a/src/lib/libssl/d1_enc.c
+++ b/src/lib/libssl/d1_enc.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: d1_enc.c,v 1.7 2014/10/18 16:13:16 jsing Exp $ */ 1/* $OpenBSD: d1_enc.c,v 1.8 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,7 +114,9 @@
114 */ 114 */
115 115
116#include <stdio.h> 116#include <stdio.h>
117
117#include "ssl_locl.h" 118#include "ssl_locl.h"
119
118#include <openssl/evp.h> 120#include <openssl/evp.h>
119#include <openssl/hmac.h> 121#include <openssl/hmac.h>
120#include <openssl/md5.h> 122#include <openssl/md5.h>