]> git.llucax.com Git - software/mutt-debian.git/blobdiff - mutt_ssl_gnutls.c
removing an article form the Description of mutt-patched to make lintian happy
[software/mutt-debian.git] / mutt_ssl_gnutls.c
index ed3d5dc0b3db395984ae2738401731250a825dc3..dbac87e3d21a1ab21d556383b2613ca014426005 100644 (file)
@@ -512,9 +512,9 @@ static int tls_check_stored_hostname (const gnutls_datum *cert,
   /* try checking against names stored in stored certs file */
   if ((fp = fopen (SslCertFile, "r")))
   {
   /* try checking against names stored in stored certs file */
   if ((fp = fopen (SslCertFile, "r")))
   {
-    if (regcomp(&preg, "^#H ([a-zA-Z0-9_\\.-]+) ([0-9A-F]{4}( [0-9A-F]{4}){7})[ \t]*$", REG_ICASE|REG_EXTENDED) != 0)
+    if (REGCOMP(&preg, "^#H ([a-zA-Z0-9_\\.-]+) ([0-9A-F]{4}( [0-9A-F]{4}){7})[ \t]*$",
+                REG_ICASE) != 0)
     {
     {
-       regfree(&preg);
        return 0;
     }
 
        return 0;
     }