]> granicus.if.org Git - mutt/commitdiff
Fix typo.
authorEmanuele Giaquinta <e.giaquinta@glauco.it>
Tue, 24 Aug 2010 17:39:51 +0000 (18:39 +0100)
committerEmanuele Giaquinta <e.giaquinta@glauco.it>
Tue, 24 Aug 2010 17:39:51 +0000 (18:39 +0100)
mutt_ssl.c

index aa66381d51d210fa14552020c847490ab1ef2363..616a0681b0cffac8135229f3a7f34a9ff4d4a9d4 100644 (file)
@@ -553,7 +553,7 @@ static int check_certificate_by_signer (X509 *peercert)
   if (X509_STORE_load_locations (ctx, SslCertFile, NULL))
     pass++;
   else
-    dprint (2, (debugfile, "X509_STORE_load_locations_failed\n"));
+    dprint (2, (debugfile, "X509_STORE_load_locations failed\n"));
 
   for (i = 0; i < sk_X509_num (SslSessionCerts); i++)
     pass += (X509_STORE_add_cert (ctx, sk_X509_value (SslSessionCerts, i)) != 0);