diff options
author | jsg <> | 2024-05-18 08:48:31 +0000 |
---|---|---|
committer | jsg <> | 2024-05-18 08:48:31 +0000 |
commit | 184d5ae7d3f34aadc94fdd8d24bccddb5fa1e5ff (patch) | |
tree | 04529901a98e9d18bec59cde175ca726b779bf7d /src | |
parent | d42ad3bac5cc07ba3233cd9e253d44965ef17098 (diff) | |
download | openbsd-184d5ae7d3f34aadc94fdd8d24bccddb5fa1e5ff.tar.gz openbsd-184d5ae7d3f34aadc94fdd8d24bccddb5fa1e5ff.tar.bz2 openbsd-184d5ae7d3f34aadc94fdd8d24bccddb5fa1e5ff.zip |
remove extern with no matching var; ok tb@
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/apps.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index dfb160f647..1c0a2ebea8 100644 --- a/src/usr.bin/openssl/apps.h +++ b/src/usr.bin/openssl/apps.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: apps.h,v 1.35 2024/05/18 08:47:13 jsg Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.36 2024/05/18 08:48:31 jsg Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -127,7 +127,6 @@ | |||
127 | #endif | 127 | #endif |
128 | 128 | ||
129 | #include <unistd.h> | 129 | #include <unistd.h> |
130 | extern int single_execution; | ||
131 | 130 | ||
132 | extern CONF *config; | 131 | extern CONF *config; |
133 | extern char *default_config_file; | 132 | extern char *default_config_file; |