From: Giovanni Giacobbi Date: Tue, 16 Apr 2002 10:30:34 +0000 (+0000) Subject: updates X-Git-Tag: silc.toolkit.0.9~52 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=1baa4f32103574974fd3527381e968f0e763c72b updates --- diff --git a/lib/doc/silcclient_using.html b/lib/doc/silcclient_using.html index 2ad2981f..fc0a429b 100644 --- a/lib/doc/silcclient_using.html +++ b/lib/doc/silcclient_using.html @@ -9,7 +9,7 @@ The library has been designed to be complete SILC client without actual user interface. The library provides the API for the appliation which it can use to implement generally whatever user interface it wants. The SILC Client Library recides in the lib/silcclient/ directory. It uses -common and core compomnent of SILC protocol from the lib/silccore, SKE +common and core component of SILC protocol from the lib/silccore, SKE from lib/silcske and general utility routines from lib/silcutil.
 
@@ -317,7 +317,7 @@ int main() /* Allocate SILC client. The `silc_version_string' is defined in includes/version.h file. */ - client = silc_client_alloc(&ops, NULL, silc_version_string); + client = silc_client_alloc(&ops, NULL, NULL, silc_version_string); /* Register default ciphers, pkcs, hash funtions and hmacs. */ silc_cipher_register_default();