Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
Fix dsaparam usage output. Submitted by: Nils Larsch (for 0.9.8-dev; backported to 0.9.7-dev)
This commit is contained in:
@@ -372,11 +372,10 @@ int MAIN(int argc, char **argv)
|
||||
ENGINE *e = NULL;
|
||||
unsigned char *buf=NULL,*buf2=NULL;
|
||||
int mret=1;
|
||||
long count=0,save_count=0;
|
||||
long count=0,save_count=0, rsa_count;
|
||||
int i,j,k;
|
||||
#ifndef OPENSSL_NO_RSA
|
||||
unsigned rsa_num;
|
||||
long rsa_count;
|
||||
#endif
|
||||
unsigned char md[EVP_MAX_MD_SIZE];
|
||||
#ifndef OPENSSL_NO_MD2
|
||||
|
||||
Reference in New Issue
Block a user