Compiler quietening
[exim.git] / src / src / tlscert-openssl.c
index 8f0fb4d918fc3a246d6c2e6ed7f32968f560763f..de6979a18b85b5b60acd8c3dde5ac72ecd37c9c8 100644 (file)
@@ -121,7 +121,7 @@ else
   struct tm tm;
   struct tm * tm_p = &tm;
   BOOL mod_tz;
-  char * tz = to_tz("GMT0");   /* need to call strptime with baseline TZ */
+  uschar * tz = to_tz(US"GMT0");    /* need to call strptime with baseline TZ */
 
   /* Parse OpenSSL ASN1_TIME_print output.  A shame there seems to
   be no other interface for the times.