From: Pekka Riikonen Date: Tue, 27 Feb 2001 15:40:02 +0000 (+0000) Subject: updates. X-Git-Tag: SILC.0.1~148 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=bf22cbbabad2a2e5f80bdf2dab593f6634613b4e;p=silc.git updates. --- diff --git a/lib/silcclient/silcapi.h b/lib/silcclient/silcapi.h index 11f58b86..2dad3313 100644 --- a/lib/silcclient/silcapi.h +++ b/lib/silcclient/silcapi.h @@ -411,11 +411,11 @@ int silc_client_del_private_message_key(SilcClient client, function. The IV's are not returned as they are not important. */ typedef struct { SilcClientEntry client_entry; /* The remote client entry */ - unsigned char *send_key; /* The raw key data */ - unsigned int send_key_len; /* The key length */ - unsigned char *receive_key; /* The raw key data */ - unsigned int receive_key_len; /* The key length */ - int generated; /* TRUE if library generated the key */ + unsigned char *key; /* The original key, If the appliation + provided it. This is NULL if the + library generated the key or if + the SKE key material was used. */ + unsigned int key_len; /* The key length */ } *SilcPrivateMessageKeys; /* Returns array of set private message keys associated to the connection