Compiler quietening
[exim.git] / src / src / tls-openssl.c
index e1dcd77bc67b3bf8dcdcb3869e32e747b0f36021..d8377fd8cc8c86d46edb76b4031fa00120c00afb 100644 (file)
@@ -708,7 +708,7 @@ if (  (nid = OBJ_sn2nid       (CCS exp_curve)) == NID_undef
 
 if (!(ecdh = EC_KEY_new_by_curve_name(nid)))
   {
-  tls_error("Unable to create ec curve", host, NULL);
+  tls_error(US"Unable to create ec curve", host, NULL);
   return FALSE;
   }