tidying
[exim.git] / src / src / tls-openssl.c
index e6a1c6fa4383868e9a85c4a249d2d1ae26c4eb62..64e8c711a402cc0d3c955038737f17054f0efd26 100644 (file)
@@ -5170,8 +5170,7 @@ if (!expand_check(option_spec, US"openssl_options", &exp, &end))
 
 for (uschar * s = exp; *s; /**/)
   {
-  while (isspace(*s)) ++s;
-  if (*s == '\0')
+  if (!Uskip_whitespace(&s))
     break;
   if (*s != '+' && *s != '-')
     {