The branch master has been updated
via 6e49b514067a2b6a30d064d2ae1fdfd8050c184b (commit)
from 3b5a5f995e023593bf3e576f3043107378456bb9 (commit)
- Log -----------------------------------------------------------------
commit 6e49b514067a2b6a30d064d2ae1fdfd8050c184b
Author: fangming.fang <[email protected]>
Date: Fri Dec 27 03:36:36 2019 +0000
Fix disabled ecdsa in apps/speed
This came from f3fdfbf78c6b. run = 1 should be done in pkey_print_message
as well, otherwise other tests printed with pkey_print_message won't run.
Change-Id: I0ba0b05256ad6509ada4735b26d10f8a73fd89ec
Reviewed-by: Nicola Tuveri <[email protected]>
Reviewed-by: Bernd Edlinger <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/10710)
-----------------------------------------------------------------------
Summary of changes:
apps/speed.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/speed.c b/apps/speed.c
index 0ac21bd903..9eed4f2083 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -3734,6 +3734,7 @@ static void pkey_print_message(const char *str, const
char *str2, long num,
mr ? "+DTP:%d:%s:%s:%d\n"
: "Doing %u bits %s %s's for %ds: ", bits, str, str2, tm);
(void)BIO_flush(bio_err);
+ run = 1;
alarm(tm);
#else
BIO_printf(bio_err,