RSA counter should only be defined of RSA is available.

This commit is contained in:
Richard Levitte 2002-01-02 12:40:38 +00:00
parent 67fec850e1
commit 47cc5525a2

View File

@ -352,10 +352,11 @@ int MAIN(int argc, char **argv)
ENGINE *e;
unsigned char *buf=NULL,*buf2=NULL;
int mret=1;
long count=0,rsa_count,save_count=0;
long count=0,save_count=0;
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