]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/genrsa.c
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align
[thirdparty/openssl.git] / apps / genrsa.c
index 63fd45ee989ebb3062a33e73a34bbf256bafec9e..a20cd30092c3332b42fb02df6358e0a19c91e6e8 100644 (file)
@@ -75,6 +75,9 @@
 #define PROG genrsa_main
 
 static void MS_CALLBACK genrsa_cb(int p, int n, void *arg);
+
+int MAIN(int, char **);
+
 int MAIN(int argc, char **argv)
        {
        int ret=1;