]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bio/bss_conn.c
Since return is inconsistent, I removed unnecessary parentheses and
[thirdparty/openssl.git] / crypto / bio / bss_conn.c
index 5562efaa3bd780dec3c39c4fdaaa87b968017f7b..7c6c9a45dfb76e795f5b895cf66df517eefaa5df 100644 (file)
@@ -254,7 +254,7 @@ static int conn_new(BIO *bi)
     if ((bi->ptr = (char *)BIO_CONNECT_new()) == NULL)
         return (0);
     else
-        return (1);
+        return 1;
 }
 
 static void conn_close_socket(BIO *bio)
@@ -286,7 +286,7 @@ static int conn_free(BIO *a)
         a->flags = 0;
         a->init = 0;
     }
-    return (1);
+    return 1;
 }
 
 static int conn_read(BIO *b, char *out, int outl)