X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/fc8719a8feeb301555937b80f1facf62a91568e1..HEAD:/debian/patches/upstream/619216-gnutls-CN-validation.patch?ds=sidebyside diff --git a/debian/patches/upstream/619216-gnutls-CN-validation.patch b/debian/patches/upstream/619216-gnutls-CN-validation.patch index 517e543..fa15b05 100644 --- a/debian/patches/upstream/619216-gnutls-CN-validation.patch +++ b/debian/patches/upstream/619216-gnutls-CN-validation.patch @@ -20,7 +20,7 @@ http://bugs.debian.org/619216 rc = tls_check_preauth(&cert_list[i], certstat, conn->account.host, i, &certerr, &savedcert); + if (i ==0) -+ rcpeeer = rc; ++ rcpeer = rc; + preauthrc += rc;