X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcclient.h;h=6f28ab962a4ab3e2dc2bdba3e97ac1c19ba8ca5f;hb=65bb39eb3f473859544469c209b6371e230ac9a2;hp=898204a18f46663a571c0c38202d924fb9d3f089;hpb=bbb1e4df1a146f85880b061ab82cb6af5d3fd4e5;p=silc.git diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 898204a1..6f28ab96 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;