Save old channel keys (for a while) to a SilcDList for better
[silc.git] / lib / silcclient / silcclient.h
index bdab95a9630b5c89b20854f8ecc2bfff5bfefb48..e73e7945097b7b2119c237f4ca10fa53ac43d38d 100644 (file)
@@ -269,9 +269,8 @@ struct SilcChannelEntryStruct {
   SilcChannelPrivateKey curr_key;           /* Current private key */
 
   /* SilcChannelEntry status information */
-  SilcCipher old_channel_key;
-  SilcHmac old_hmac;
-  SilcTask rekey_task;
+  SilcDList old_channel_keys;
+  SilcDList old_hmacs;
   SilcUInt16 resolve_cmd_ident;                     /* Command identifier when
                                                resolving this entry */
 };