artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
453470a
)
remove extern with no matching var; ok tb@
author
jsg
<jsg@openbsd.org>
Sat, 18 May 2024 08:48:31 +0000
(08:48 +0000)
committer
jsg
<jsg@openbsd.org>
Sat, 18 May 2024 08:48:31 +0000
(08:48 +0000)
usr.bin/openssl/apps.h
patch
|
blob
|
history
diff --git
a/usr.bin/openssl/apps.h
b/usr.bin/openssl/apps.h
index
dfb160f
..
1c0a2eb
100644
(file)
--- a/
usr.bin/openssl/apps.h
+++ b/
usr.bin/openssl/apps.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: apps.h,v 1.3
5 2024/05/18 08:47:13
jsg Exp $ */
+/* $OpenBSD: apps.h,v 1.3
6 2024/05/18 08:48:31
jsg Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-127,7
+127,6
@@
#endif
#include <unistd.h>
-extern int single_execution;
extern CONF *config;
extern char *default_config_file;