Addec multiple channel private key support to Irssi SILC client.
[silc.git] / lib / silcclient / idlist.h
index ef48ed54fbdbacf53af102c48af8a412c6b83c5a..7d680741f73c2f9b554784423e72c0d1a2afea2b 100644 (file)
@@ -61,14 +61,6 @@ struct SilcChannelUserStruct {
   SilcChannelEntry channel;
 };
 
-/* Structure to hold one channel private key. */
-struct SilcChannelPrivateKeyStruct {
-  SilcCipher cipher;                 /* The cipher and key */
-  SilcHmac hmac;                     /* The HMAC and hmac key */
-  unsigned char *key;                /* The key data */
-  SilcUInt32 key_len;                /* The key length */
-};
-
 /* Channel entry context. This is allocate for every channel client has
    joined to. This includes for example the channel specific keys */
 struct SilcChannelEntryStruct {