size_tification.
[openssl.git] / apps / s_socket.c
index b5f9db3062ea3a300c8a97bbfbf7eebe420471b6..f884f6d33e40785513fd9475fa8620cde7a44a57 100644 (file)
@@ -279,7 +279,9 @@ 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;