X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2Fsilcclient_using.html;h=3dd3acf00ac752bda5362da7f8f36a8e9ce78016;hb=8f2750e8328ba881341f355dc8636d600c9d1797;hp=82cf3901704166b8ae394ba1900c08159e6b7dae;hpb=6b34b2110e4cbf9ddf368c1c51aa9e5360cbd408;p=silc.git diff --git a/lib/doc/silcclient_using.html b/lib/doc/silcclient_using.html index 82cf3901..3dd3acf0 100644 --- a/lib/doc/silcclient_using.html +++ b/lib/doc/silcclient_using.html @@ -423,12 +423,6 @@ int main() in includes/version.h file. */ client = silc_client_alloc(&ops, NULL, NULL, silc_version_string); - /* Register default ciphers, pkcs, hash funtions and hmacs. */ - silc_cipher_register_default(); - silc_pkcs_register_default(); - silc_hash_register_default(); - silc_hmac_register_default(); - /* Set the mandatory pointers, read public and private key from files (or somewhere) and return pointers and PKCS context. */ client->username = silc_get_username();