Don't define RSA-specifici variables when RSA isn't used.

This commit is contained in:
Richard Levitte
2002-04-06 09:57:52 +00:00
parent 9bd313b83d
commit 56d490cd40

View File

@@ -335,7 +335,9 @@ int MAIN(int argc, char **argv)
#define DSA_NUM 3
long count,rsa_count;
int i,j,k;
#ifndef NO_RSA
unsigned rsa_num;
#endif
#ifndef NO_MD2
unsigned char md2[MD2_DIGEST_LENGTH];
#endif