Fixed some bugs in Requested Attributes support.
[silc.git] / lib / silcclient / client_prvmsg.c
index dca5d000d1e93eb7843686fa18b5681a173806ef..2d065abe6406e005ff4f58c70cb8cd0c665cdffc 100644 (file)
@@ -357,7 +357,7 @@ int silc_client_add_private_message_key(SilcClient client,
   /* Produce the key material as the protocol defines */
   keymat = silc_calloc(1, sizeof(*keymat));
   if (silc_ske_process_key_material_data(key, key_len, 16, 256, 16, 
-                                        client->internal->md5hash, keymat) 
+                                        client->md5hash, keymat) 
       != SILC_SKE_STATUS_OK)
     return FALSE;