X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient.h;h=d919965482cab898a8c8141221793611e9bfe99c;hb=579f5c6c93c452155943b6526f4c64f6deb27982;hp=150236a76486e8e4ce63bb988033f7d5193fb377;hpb=0fce694339f6b8068a8bd9334140a69212989ca7;p=silc.git diff --git a/lib/silcclient/client.h b/lib/silcclient/client.h index 150236a7..d9199654 100644 --- a/lib/silcclient/client.h +++ b/lib/silcclient/client.h @@ -70,12 +70,13 @@ struct SilcClientConnectionStruct { /* * Common data */ - /* Keys */ + /* Keys and stuff negotiated in the SKE protocol */ SilcCipher send_key; SilcCipher receive_key; SilcHmac hmac; unsigned char *hmac_key; unsigned int hmac_key_len; + SilcHash hash; /* Client ID and Channel ID cache. Messages transmitted in SILC network are done using different unique ID's. These are the cache for