X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_opts.c;h=b30e70fd2069c28c0ab45254b3f5daff475417dd;hp=2d04184c885419111e7f8100da9e1c158b20bc75;hb=ce76ce43ae024cf0e4b76b66187ed50b609ba146;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd diff --git a/crypto/bn/bn_opts.c b/crypto/bn/bn_opts.c index 2d04184c88..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. * @@ -62,10 +64,10 @@ #include #include #include -#include "crypto.h" -#include "tmdiff.h" -#include "bn.h" -#include "err.h" +#include +#include +#include +#include #define DEFAULT_SIZE 512 #define DEFAULT_TIME 3 @@ -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); }