Initial code commit for Toolkit 1.1.
[silc.git] / lib / silcclient / client_notify.c
index eb1f97edb9d95bcb1bae370c21cbeba5946468a0..75b113ad69c370644611e29e2643f0f35870dac2 100644 (file)
@@ -826,7 +826,7 @@ void silc_client_notify_by_server(SilcClient client,
       /* Get the hmac */
       hmac = silc_argument_get_arg_type(args, 4, &tmp_len);
       if (hmac) {
-       unsigned char hash[32];
+       unsigned char hash[SILC_HASH_MAXLEN];
 
        if (channel->hmac)
          silc_hmac_free(channel->hmac);