artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f26cd6
)
do not need to force bss values to 0
author
deraadt
<deraadt@openbsd.org>
Tue, 9 Jul 2024 11:21:44 +0000
(11:21 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 9 Jul 2024 11:21:44 +0000
(11:21 +0000)
usr.bin/openssl/speed.c
patch
|
blob
|
history
diff --git
a/usr.bin/openssl/speed.c
b/usr.bin/openssl/speed.c
index
2acdaed
..
f1916ef
100644
(file)
--- a/
usr.bin/openssl/speed.c
+++ b/
usr.bin/openssl/speed.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: speed.c,v 1.3
6 2024/07/09 07:51:09
deraadt Exp $ */
+/* $OpenBSD: speed.c,v 1.3
7 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;