diff options
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; |