From 6be11c100ff671db5aaa3c3b58f70637b493f88d Mon Sep 17 00:00:00 2001
From: Aleksey Tulinov <aleksey.tulinov@gmail.com>
Date: Wed, 12 Jun 2013 08:09:13 +0300
Subject: [PATCH] axtls.c: Fixed compile error introduced in a4decb49

---
 lib/axtls.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/axtls.c b/lib/axtls.c
index 2180640..6402610 100644
--- a/lib/axtls.c
+++ b/lib/axtls.c
@@ -351,6 +351,7 @@ Curl_axtls_connect(struct connectdata *conn,
     }
     else
       infof(data, "\tsubjectAltName(s) do not match %s\n",
+            conn->host.dispname);
   }
   else if(found_subject_alt_names == 0) {
     /* Per RFC2818, when no Subject Alt Names were available, examine the peer
-- 
1.8.1.2

