int silc_client_del_channel_private_keys(SilcClient client,
SilcClientConnection conn,
SilcChannelEntry channel);
DESCRIPTION
Removes all private keys from the `channel'. The old channel key is used
after calling this to protect the channel messages. Returns FALSE on
on error, TRUE otherwise.