SilcServer server = app_context;
SilcServerChannelRekey rekey = (SilcServerChannelRekey)context;
+ SILC_LOG_DEBUG(("Channel %s rekey", rekey->channel->channel_name));
+
rekey->task = NULL;
/* Return now if we are shutting down */
<b><a name="macosx"></a>Building on Mac OS X</b>
<br /> <br />
-Building the Toolkit on Mac OS X is almost identical on compiling on Unix
-system. The reason for this is that the Mac OS X is Unix based operating
-system. To build the Toolkit on Mac OS X, give the following commands:
+Building the Toolkit on Mac OS X requires the following tools:
<br /> <br />
-<tt>
-setenv CFLAGS -no-cpp-precomp<br />
-./configure powerpc<br />
-make
-</tt>
+- Apple Xcode with command line tools<br />
+- NASM >= 2.x
<br /> <br />
-The ./configure can take several options as arguments. To see them all give
-command:
-
-<br /> <br />
-<tt>./configure --help</tt>
+For actual compilation follow the normal building instructions for
+Unix and Linux based systems.
<br /> <br />
If you do not want to compile the applications, or they do not compile on