Fix warnings about ignoring fgets return value
[openssl.git] / apps / s_socket.c
index f884f6d33e40785513fd9475fa8620cde7a44a57..b5f9db3062ea3a300c8a97bbfbf7eebe420471b6 100644 (file)
@@ -279,9 +279,7 @@ static int init_client_ip(int *sock, unsigned char ip[4], int port, int type)
        return(1);
        }
 
-int do_server(int port, int type, int *ret,
-             int (*cb)(char *hostname, int s, unsigned char *context),
-             unsigned char *context)
+int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context)
        {
        int sock;
        char *name = NULL;