On Wed, Apr 23, 2014 at 06:29:26PM +0200, John-Mark Gurney via RT wrote:
> diff --git a/apps/speed.c b/apps/speed.c
> index 9232418..f70fd3e 100644
> --- a/apps/speed.c
> +++ b/apps/speed.c
> @@ -1126,9 +1126,7 @@ int MAIN(int argc, char **argv)
>  
>                       BIO_printf(bio_err,"\n");
>                       BIO_printf(bio_err,"Available options:\n");
> -#if defined(TIMES) || defined(USE_TOD)
>                       BIO_printf(bio_err,"-elapsed        measure time in 
> real time instead of CPU user time.\n");
> -#endif
>  #ifndef OPENSSL_NO_ENGINE
>                       BIO_printf(bio_err,"-engine e       use engine e, 
> possibly a hardware device.\n");
>  #endif


This patch is wrong.  Please take a look at all the alternative
app_tminterval() functions.

It would also be nice that the manpage got updated to reflect all
the options.


Kurt


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to