updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 2 May 2001 10:38:00 +0000 (10:38 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 2 May 2001 10:38:00 +0000 (10:38 +0000)
CHANGES
apps/silc/silc.c

diff --git a/CHANGES b/CHANGES
index e30226af2906bc3268119e4203113b8625767f2a..da175eb4f50c4e1780b1159e80a731916156b137 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Wed May  2 13:31:26 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Register default ciphers and stuff when using the -S option
+         in the client.  Affected file silc/silc.c.
+
 Tue May  1 14:18:13 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Fixed the silc_verify_public_key client operation function to
index fc1ff725a56cde12e28e92403c9af91d085bf8c9..717f812d7807c434f078f3e8c98234409669b90e 100644 (file)
@@ -254,6 +254,10 @@ SILC Secure Internet Live Conferencing, version %s\n",
 
   if (opt_show_key == TRUE) {
     /* Dump the key */
+    silc_cipher_register_default();
+    silc_pkcs_register_default();
+    silc_hash_register_default();
+    silc_hmac_register_default();
     silc_client_show_key(opt_keyfile);
     silc_free(opt_keyfile);
     exit(0);