From 5b0e00782da2bbe9f9062884c9ae8ed330d5911e Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 10 Sep 2013 22:45:45 +0200 Subject: Move global variables from .h to .c files Simplify things by moving the definition of global variables into .c files, where they belong. --- plugins/sslutils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/sslutils.c') diff --git a/plugins/sslutils.c b/plugins/sslutils.c index 818f7996..b8d45813 100644 --- a/plugins/sslutils.c +++ b/plugins/sslutils.c @@ -27,7 +27,6 @@ *****************************************************************************/ #define MAX_CN_LENGTH 256 -#define LOCAL_TIMEOUT_ALARM_HANDLER #include "common.h" #include "netutils.h" -- cgit v1.2.3-74-g34f1