Commit 56d490cd authored by Richard Levitte's avatar Richard Levitte
Browse files

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

parent 9bd313b8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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