Commit 5beb93e1 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

speed.c: typo in pkey_print_message.

PR: 2681
Submitted by: Annie Yousar
parent 62d7dd5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);