Remove NOPROTO definitions and error code comments.
[openssl.git] / apps / s_socket.c
index 9110234ed2096f344243ee9fb32276f3d40d0f4c..724d48a07169ca522e2dbc77207fb3e705696f54 100644 (file)
 #include "s_apps.h"
 #include <openssl/ssl.h>
 
-#ifndef NOPROTO
 static struct hostent *GetHostByName(char *name);
 int sock_init(void );
-#else
-static struct hostent *GetHostByName();
-int sock_init();
-#endif
-
 #ifdef WIN16
 #define SOCKET_PROTOCOL        0 /* more microsoft stupidity */
 #else