X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fgendh.c;h=39861175945630234f1485b46d3c5cbab64d86ef;hp=0284faf28d9ef0b09786351823a365fe8ac50458;hb=5fe2085bbaee223088800f00d7e702542579a3d7;hpb=a0ad17bb6cccef6eb7ff0b25403ec2bbc0bd122e diff --git a/apps/gendh.c b/apps/gendh.c index 0284faf28d..3986117594 100644 --- a/apps/gendh.c +++ b/apps/gendh.c @@ -77,7 +77,6 @@ static void MS_CALLBACK dh_cb(int p, int n, void *arg); int MAIN(int argc, char **argv) { - char buffer[200]; DH *dh=NULL; int ret=1,num=DEFBITS; int g=2;