speed.c: typo in pkey_print_message.

PR: 2681
Submitted by: Annie Yousar
This commit is contained in:
Andy Polyakov 2012-01-11 21:48:31 +00:00
parent 62d7dd5ffd
commit 5beb93e114
1 changed files with 1 additions and 1 deletions

View File

@ -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);