From: deraadt Date: Tue, 9 Jul 2024 11:21:44 +0000 (+0000) Subject: do not need to force bss values to 0 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9a1b63306b54acc2b7bb05537bf1d13afc76209a;p=openbsd do not need to force bss values to 0 --- diff --git a/usr.bin/openssl/speed.c b/usr.bin/openssl/speed.c index 2acdaeddfef..f1916efe1c0 100644 --- a/usr.bin/openssl/speed.c +++ b/usr.bin/openssl/speed.c @@ -1,4 +1,4 @@ -/* $OpenBSD: speed.c,v 1.36 2024/07/09 07:51:09 deraadt Exp $ */ +/* $OpenBSD: speed.c,v 1.37 2024/07/09 11:21:44 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -150,7 +150,7 @@ #include "./testrsa.h" #define BUFSIZE (1024*8+64) -volatile sig_atomic_t run = 0; +volatile sig_atomic_t run; static int mr = 0; static int usertime = 1;