Remove NOPROTO definitions and error code comments.
[openssl.git] / apps / apps.c
index ba07016e8315195d77591e846e34a82d437055a5..d3d601d9ed9d5131bf1643bd796d3bb8cfe2d84d 100644 (file)
 #  include "bss_file.c"
 #endif
 
-#ifndef NOPROTO
 int app_init(long mesgwin);
-#else
-int app_init();
-#endif
-
 #ifdef undef /* never finished - probably never will be :-) */
 int args_from_file(char *file, int *argc, char **argv[])
        {