X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcclient.h;h=1edc5e90a12c98db512d5caf4524bb0dac9857c5;hb=4d3f87f2f076bd332fa73f878fe198b7a94671b5;hp=898204a18f46663a571c0c38202d924fb9d3f089;hpb=52e57c880aba9c5e89f59d962eb9af75670b76e0;p=crypto.git diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 898204a1..1edc5e90 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -701,9 +701,9 @@ typedef struct SilcClientParamsStruct { not all SILC server versions return such channel name strings. */ SilcBool full_channel_names; - /* If this is set to TRUE, the silcclient library will not register and - deregister the cipher, pkcs, hash and hmac algorithms. The application - itself will need to handle that. */ + /* If this is set to TRUE, the silcclient library will not initialize + or uninitialize the SILC Crypto Toolkit. The application will have + to do that itself by calling silc_crypto_init and silc_crypto_uninit. */ SilcBool dont_register_crypto_library; } SilcClientParams; @@ -1391,7 +1391,7 @@ SilcUInt16 silc_client_command_call(SilcClient client, * * If FALSE is returned in this function this callback will not be called * again for `command' even if there are more comand replies. By returning - * FALSE the caller my stop the command reply handling when needed. + * FALSE the caller may stop the command reply handling when needed. * ***/ typedef SilcBool (*SilcClientCommandReply)(SilcClient client,