X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_opts.c;h=b30e70fd2069c28c0ab45254b3f5daff475417dd;hp=381be529b2f6f7cc2017204b7808bf00f9ae527e;hb=ce76ce43ae024cf0e4b76b66187ed50b609ba146;hpb=ec577822f95a8bca0023c5c77cef1a4916822d4a;ds=sidebyside diff --git a/crypto/bn/bn_opts.c b/crypto/bn/bn_opts.c index 381be529b2..b30e70fd20 100644 --- a/crypto/bn/bn_opts.c +++ b/crypto/bn/bn_opts.c @@ -1,4 +1,6 @@ -/* crypto/bn/expspeed.c */ +/* unused */ + +/* crypto/bn/bn_opts.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -252,7 +254,7 @@ int time_it(int sec, PARMS *p) for (;;) { if (verbose) - printf("timing %s for %d interations\n",p->name,i); + printf("timing %s for %d iterations\n",p->name,i); ms_time_get(start); p->func(i,p); @@ -269,7 +271,7 @@ int time_it(int sec, PARMS *p) } } if (verbose) - printf("using %d interations\n",i); + printf("using %d iterations\n",i); return(i); }