tls_out.sni fix for ancient-OpenSSL #ifdef branch
authorPhil Pennock <pdp@exim.org>
Sun, 3 Feb 2013 05:12:13 +0000 (00:12 -0500)
committerPhil Pennock <pdp@exim.org>
Sun, 3 Feb 2013 05:12:13 +0000 (00:12 -0500)
src/src/tls-openssl.c

index 67c9c3767d4cc443f1c223a088d88da40bcfde04..d879f08736e4a19f5a9671978b0048bdefbfe611 100644 (file)
@@ -1372,7 +1372,7 @@ if (sni)
 #else
     DEBUG(D_tls)
       debug_printf("OpenSSL at build-time lacked SNI support, ignoring \"%s\"\n",
-          tls_sni);
+          tls_out.sni);
 #endif
     }
   }