updates.
[silc.git] / lib / silcclient / client_prvmsg.c
index 06f0555aaf6d3e8f8076ba0cd4b07adce4540bc0..455505163c62b6deb05ed0de31e642602cc191ca 100644 (file)
@@ -69,7 +69,7 @@ void silc_client_send_private_message(SilcClient client,
 
   /* Get data used in the encryption */
   cipher = client_entry->send_key;
-  hmac = conn->hmac;
+  hmac = conn->hmac_send;
 
   /* Set the packet context pointers. */
   packetdata.flags = SILC_PACKET_FLAG_PRIVMSG_KEY;