New functions and option to use NEW in certificate requests.
[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;