]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/gendh.c
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align
[thirdparty/openssl.git] / apps / gendh.c
index 39861175945630234f1485b46d3c5cbab64d86ef..1f6be9659968ac907678e2d6892cfb99b14ff706 100644 (file)
@@ -75,6 +75,9 @@
 #define PROG gendh_main
 
 static void MS_CALLBACK dh_cb(int p, int n, void *arg);
+
+int MAIN(int, char **);
+
 int MAIN(int argc, char **argv)
        {
        DH *dh=NULL;