Fixed channel key setting.
[silc.git] / lib / silcclient / client.h
index 147dcbd1caa51338603e3c93eab895e50296f44b..1a6da14ebbdd0547ccb7e7ad5364aa1665a663e9 100644 (file)
@@ -74,7 +74,8 @@ typedef struct SilcChannelEntryInternalStruct {
   SilcChannelPrivateKey curr_key;           /* Current private key */
 
   /* Channel keys */
-  SilcCipher channel_key;                    /* The channel key */
+  SilcCipher send_key;                       /* The channel key */
+  SilcCipher receive_key;                    /* The channel key */
   SilcHmac hmac;                            /* Current HMAC */
   unsigned char iv[SILC_CIPHER_MAX_IV_SIZE]; /* Current IV */