updates.
[silc.git] / lib / silcclient / idlist.h
index 396d024b8ef4c97cb864b1aaefb4528fb61b1481..26b38e010e3311aa9b76ccc6b4da4b031d4d2bf2 100644 (file)
@@ -39,6 +39,8 @@ typedef struct {
   uint32 num;
   uint32 mode;                 /* User mode in SILC */
   SilcClientID *id;            /* The Client ID */
+  unsigned char *fingerprint;  /* Fingerprint of client's public key */
+  uint32 fingerprint_len;      /* Length of the fingerprint */
   bool valid;                  /* FALSE if this entry is not valid */
   SilcCipher send_key;         /* Private message key for sending */
   SilcCipher receive_key;      /* Private message key for receiving */