summaryrefslogtreecommitdiff
path: root/src/lib/libssl/dtls1.h
diff options
context:
space:
mode:
authorjsing <>2014-11-16 14:12:47 +0000
committerjsing <>2014-11-16 14:12:47 +0000
commitd6b346577efe94c30d6ba08ca7f8feae71688a3c (patch)
tree04d418c3104bff49ee7d27e26e24c2cb5fd85474 /src/lib/libssl/dtls1.h
parent00ff8dba92ed1b03a8b2b502f1c8509ee150189d (diff)
downloadopenbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.tar.gz
openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.tar.bz2
openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.zip
Sort and group includes.
Diffstat (limited to 'src/lib/libssl/dtls1.h')
-rw-r--r--src/lib/libssl/dtls1.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h
index e7229fb56b..d3d7e38464 100644
--- a/src/lib/libssl/dtls1.h
+++ b/src/lib/libssl/dtls1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: dtls1.h,v 1.14 2014/07/10 08:51:14 tedu Exp $ */ 1/* $OpenBSD: dtls1.h,v 1.15 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.
@@ -60,11 +60,13 @@
60#ifndef HEADER_DTLS1_H 60#ifndef HEADER_DTLS1_H
61#define HEADER_DTLS1_H 61#define HEADER_DTLS1_H
62 62
63#include <openssl/buffer.h> 63#include <sys/time.h>
64
64#include <stdio.h> 65#include <stdio.h>
65#include <stdlib.h> 66#include <stdlib.h>
66#include <string.h> 67#include <string.h>
67#include <sys/time.h> 68
69#include <openssl/buffer.h>
68 70
69#ifdef __cplusplus 71#ifdef __cplusplus
70extern "C" { 72extern "C" {