From bf22cbbabad2a2e5f80bdf2dab593f6634613b4e Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 27 Feb 2001 15:40:02 +0000 Subject: [PATCH] updates. --- lib/silcclient/silcapi.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.43.0