mirror of
https://github.com/openssl/openssl.git
synced 2024-11-28 04:25:31 +08:00
speed.c: typo in pkey_print_message.
PR: 2681 Submitted by: Annie Yousar
This commit is contained in:
parent
62d7dd5ffd
commit
5beb93e114
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user