From: Pekka Riikonen Date: Wed, 2 May 2001 10:41:32 +0000 (+0000) Subject: updates. X-Git-Tag: SILC.0.2.1~3 X-Git-Url: http://git.silc.fi/gitweb/?a=commitdiff_plain;h=7869ca210d3d0df588791dcc5d2bd3e8887225b3;p=silc.git updates. --- diff --git a/CHANGES b/CHANGES index da175eb4..8e37cf60 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ Wed May 2 13:31:26 EEST 2001 Pekka Riikonen * Register default ciphers and stuff when using the -S option - in the client. Affected file silc/silc.c. + in the client. Affected file silc/silc.c. Same also when + creating new key pair with -C option. Tue May 1 14:18:13 EEST 2001 Pekka Riikonen diff --git a/apps/silc/silc.c b/apps/silc/silc.c index 717f812d..743be04b 100644 --- a/apps/silc/silc.c +++ b/apps/silc/silc.c @@ -246,6 +246,10 @@ SILC Secure Internet Live Conferencing, version %s\n", if (opt_create_keypair == TRUE) { /* Create new key pair and exit */ + silc_cipher_register_default(); + silc_pkcs_register_default(); + silc_hash_register_default(); + silc_hmac_register_default(); silc_client_create_key_pair(opt_pkcs, opt_bits, NULL, NULL, NULL, NULL, NULL); silc_free(opt_pkcs);