From: Andy Polyakov Date: Wed, 11 Jan 2012 21:48:31 +0000 (+0000) Subject: speed.c: typo in pkey_print_message. X-Git-Tag: master-pre-reformat~1935 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5beb93e1148417a24d6321f1198ee6395cc28b16;p=openssl speed.c: typo in pkey_print_message. PR: 2681 Submitted by: Annie Yousar --- diff --git a/apps/speed.c b/apps/speed.c index 25fe24aaec..e8b18306ec 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -2593,7 +2593,7 @@ static void pkey_print_message(const char *str, const char *str2, long num, BIO_printf(bio_err,mr ? "+DTP:%d:%s:%s:%d\n" : "Doing %d bit %s %s's for %ds: ",bits,str,str2,tm); (void)BIO_flush(bio_err); - alarm(RSA_SECONDS); + alarm(tm); #else BIO_printf(bio_err,mr ? "+DNP:%ld:%d:%s:%s\n" : "Doing %ld %d bit %s %s's: ",num,bits,str,str2);