From 2395368e7f8b72f4a4479295aa63df4831b5b273 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Thu, 15 Nov 2001 01:58:32 +0000 Subject: [PATCH] ENGINE support has not been put into dsaparam, so these declarations seem to be pointless. --- apps/dsaparam.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/dsaparam.c b/apps/dsaparam.c index 34230b2cfb..4e8dcd3a68 100644 --- a/apps/dsaparam.c +++ b/apps/dsaparam.c @@ -69,7 +69,6 @@ #include #include #include -#include #undef PROG #define PROG dsaparam_main @@ -91,12 +90,11 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) { - ENGINE *e = NULL; DSA *dsa=NULL; int i,badops=0,text=0; BIO *in=NULL,*out=NULL; int informat,outformat,noout=0,C=0,ret=1; - char *infile,*outfile,*prog,*inrand=NULL,*engine=NULL; + char *infile,*outfile,*prog,*inrand=NULL; int numbits= -1,num,genkey=0; int need_rand=0; -- 2.25.1