]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/gendsa.c
Remove NOPROTO definitions and error code comments.
[thirdparty/openssl.git] / apps / gendsa.c
index db641da5036ababc0c48e2a5ce1d4bac5f9ba77c..e43fd6a3a26418639df675b27912dcc6be6b8f33 100644 (file)
 #undef PROG
 #define PROG gendsa_main
 
-#ifndef NOPROTO
 static long dsa_load_rand(char *names);
-#else
-static long dsa_load_rand();
-#endif
-
 int MAIN(int argc, char **argv)
        {
        char buffer[200];