Remove NOPROTO definitions and error code comments.
[openssl.git] / apps / gendh.c
index c69147e3704472842123263cd2f3c922d2aac28b..e3be0827c1284e7b7b7cabaca3854d3455e5f7d2 100644 (file)
 #undef PROG
 #define PROG gendh_main
 
-#ifndef NOPROTO
 static void MS_CALLBACK dh_cb(int p, int n, char *arg);
 static long dh_load_rand(char *names);
-#else
-static void MS_CALLBACK dh_cb();
-static long dh_load_rand();
-#endif
-
 int MAIN(int argc, char **argv)
        {
        char buffer[200];