updates.
[runtime.git] / apps / silcd / idlist.h
index b55820a150e544d75370c16cc1e877a68e53e194..6c5d79e7f508b8da8af9a8b62210bbaa4ac8d4a1 100644 (file)
@@ -77,7 +77,8 @@ typedef struct {
   SilcHash hash;
 
   /* HMAC */
-  SilcHmac hmac;
+  SilcHmac hmac_send;
+  SilcHmac hmac_receive;
 
   /* Public key */
   SilcPublicKey public_key;