New functions and option to use NEW in certificate requests.
[openssl.git] / apps / gendh.c
index 0284faf28d9ef0b09786351823a365fe8ac50458..1f6be9659968ac907678e2d6892cfb99b14ff706 100644 (file)
 #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)
        {
-       char buffer[200];
        DH *dh=NULL;
        int ret=1,num=DEFBITS;
        int g=2;