do not need to force bss values to 0
authorderaadt <deraadt@openbsd.org>
Tue, 9 Jul 2024 11:21:44 +0000 (11:21 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 9 Jul 2024 11:21:44 +0000 (11:21 +0000)
usr.bin/openssl/speed.c

index 2acdaed..f1916ef 100644 (file)
@@ -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.
  *
 #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;