X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient.h;h=1a6da14ebbdd0547ccb7e7ad5364aa1665a663e9;hb=03df183a5ada5bad0eed82b78d93ca6f4fd51213;hp=147dcbd1caa51338603e3c93eab895e50296f44b;hpb=6f80b44621a19bc96e693e637b363a2d41e1f4a9;p=silc.git diff --git a/lib/silcclient/client.h b/lib/silcclient/client.h index 147dcbd1..1a6da14e 100644 --- a/lib/silcclient/client.h +++ b/lib/silcclient/client.h @@ -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 */