--- lib/digest-md5/validate.c.org 2007-03-30 00:07:51.000000000 +0200 +++ lib/digest-md5/validate.c 2007-03-30 00:07:58.000000000 +0200 @@ -124,9 +124,6 @@ if (r->nc != 1) return -1; - if (c->utf8 != r->utf8) - return -1; - if (!((c->qops ? c->qops : DIGEST_MD5_QOP_AUTH) & (r->qop ? r->qop : DIGEST_MD5_QOP_AUTH))) return -1;