summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-07 18:54:56 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-07 18:54:56 +0000
commit472c1ca2827e9409abacce4dc281b6392fb3448e (patch)
treef9408ad7864dc1683b929f25a692213b22442992 /res/res_crypto.c
parent739385e761c11cc18503efbe2f131e56e482de28 (diff)
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_crypto.c')
-rw-r--r--res/res_crypto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index e4d7ade8b..b9b973eea 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -27,6 +27,10 @@
<depend>ssl</depend>
***/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
@@ -37,10 +41,6 @@
#include <unistd.h>
#include <fcntl.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/file.h"
#include "asterisk/channel.h"
#include "asterisk/logger.h"