updates.
[runtime.git] / apps / silcd / idlist.h
index 9d29d74fdfc02a0c0f054673981b31099ffd4ddb..bcd3c3f143095549fc6693c2fc5a7202a14e33b5 100644 (file)
@@ -44,6 +44,9 @@ typedef struct {
   SilcCipher send_key;
   SilcCipher receive_key;
 
+  /* Hash selected in the SKE protocol, NULL if not needed at all */
+  SilcHash hash;
+
   /* HMAC and raw key data */
   SilcHmac hmac;
   unsigned char *hmac_key;