summaryrefslogtreecommitdiffstats
path: root/crypto/bn/exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/exp.c')
-rw-r--r--crypto/bn/exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/exp.c b/crypto/bn/exp.c
index 2427116564..6a24fee749 100644
--- a/crypto/bn/exp.c
+++ b/crypto/bn/exp.c
@@ -48,7 +48,7 @@ char *argv[];
BN_mod_exp_mont(&r,&a,&b,&c,&ctx,&mont);
}
ms_time_get(end);
- d=ms_time_diff(start,end) *50/33 /**/;
+ d=ms_time_diff(start,end)/* *50/33 /**/;
printf("%5d bit:%6.2f %6d %6.4f %4d m_set(%5.4f)\n",size,
d,num,d/num,(int)((d/num)*mod),md/10.0);
num/=8;