From d6b346577efe94c30d6ba08ca7f8feae71688a3c Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 16 Nov 2014 14:12:47 +0000 Subject: Sort and group includes. --- src/lib/libssl/d1_srtp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/d1_srtp.c') diff --git a/src/lib/libssl/d1_srtp.c b/src/lib/libssl/d1_srtp.c index 3492b7d1d0..1443964776 100644 --- a/src/lib/libssl/d1_srtp.c +++ b/src/lib/libssl/d1_srtp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_srtp.c,v 1.8 2014/07/14 08:21:47 miod Exp $ */ +/* $OpenBSD: d1_srtp.c,v 1.9 2014/11/16 14:12:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -116,7 +116,9 @@ */ #include + #include + #include "ssl_locl.h" #ifndef OPENSSL_NO_SRTP -- cgit v1.2.3-55-g6feb