From 087b73fbebb2de77e50fcb5393632021612cdf3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 31 Mar 2012 16:58:21 +0000 Subject: [PATCH] different name for symbol Changed files: eggdrop-ssl.patch -> 1.9 --- eggdrop-ssl.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eggdrop-ssl.patch b/eggdrop-ssl.patch index d31c973..c86a045 100644 --- a/eggdrop-ssl.patch +++ b/eggdrop-ssl.patch @@ -350,7 +350,7 @@ #define file_readable ((int (*) (char *))global[285]) +#ifdef EGG_SSL_EXT +#define net_switch_to_ssl ((int (*)(int))global[286]) -+#define use_ssl (*(int *)global[287]) /* kyotou */ ++#define ssl_use (*(int *)global[287]) /* kyotou */ +#else /* IPv6 leftovers: 286 */ /* IPv6 leftovers: 287 */ @@ -423,7 +423,7 @@ (Function) file_readable, +#ifdef EGG_SSL_EXT + (Function) net_switch_to_ssl, /* 286 */ -+ (Function) & use_ssl, /* 287 kyotou */ ++ (Function) &ssl_use, /* 287 kyotou */ +#else (Function) 0, /* IPv6 leftovers: 286 */ (Function) 0, /* IPv6 leftovers: 287 */ -- 2.44.0