From: Richard Levitte Date: Thu, 14 Sep 2000 11:09:03 +0000 (+0000) Subject: rsa_num2 is no longer used, so remove it. X-Git-Tag: OpenSSL-engine-0_9_6-beta2~9^2~24 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5614bb91f51a88a13f1ffc474e880a51fd4b86c9;p=oweals%2Fopenssl.git rsa_num2 is no longer used, so remove it. --- diff --git a/apps/speed.c b/apps/speed.c index 899ad02c39..d0f705c324 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -318,7 +318,7 @@ int MAIN(int argc, char **argv) #define DSA_NUM 3 long count,rsa_count; int i,j,k; - unsigned rsa_num,rsa_num2; + unsigned rsa_num; #ifndef NO_MD2 unsigned char md2[MD2_DIGEST_LENGTH]; #endif