Delivery: contined-connection maintaining TLS
[exim.git] / src / src / tls-openssl.c
index dd9affb659d610a5c25ca264f21fd3ed1851c36b..4a41ba192fde32f18dd248f575f78733e74b176c 100644 (file)
@@ -2479,9 +2479,7 @@ if (error == SSL_ERROR_ZERO_RETURN)
   return -1;
   }
 else if (error != SSL_ERROR_NONE)
-  {
   return -1;
-  }
 
 return inbytes;
 }