mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 02:23:51 +08:00
rsa_num is not used with NO_RSA
This commit is contained in:
parent
04e53c273f
commit
b2293b1e9b
@ -322,7 +322,9 @@ int MAIN(int argc, char **argv)
|
||||
#define DSA_NUM 3
|
||||
long count,rsa_count,save_count=0;
|
||||
int i,j,k;
|
||||
#ifndef NO_RSA
|
||||
unsigned rsa_num;
|
||||
#endif
|
||||
#ifndef NO_MD2
|
||||
unsigned char md2[MD2_DIGEST_LENGTH];
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user