Since return is inconsistent, I removed unnecessary parentheses and
[openssl.git] / crypto / bio / b_sock.c
index 65339629f87ed8dcea980c5a938249a0de0b243f..270d1a5966bb6ca6fadf7b27a3a3726f75d07815 100644 (file)
@@ -153,7 +153,7 @@ int BIO_sock_init(void)
         return (-1);
 # endif
 
-    return (1);
+    return 1;
 }
 
 void bio_sock_cleanup_int(void)