diff options
Diffstat (limited to 'src/usr.bin/openssl/apps.h')
-rw-r--r-- | src/usr.bin/openssl/apps.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index bb9fd0dd7a..4813fa35df 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.16 2015/09/13 12:41:01 bcook Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.17 2015/10/10 22:28:51 doug 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 | * |
@@ -126,6 +126,9 @@ | |||
126 | #include <openssl/ocsp.h> | 126 | #include <openssl/ocsp.h> |
127 | #endif | 127 | #endif |
128 | 128 | ||
129 | #include <unistd.h> | ||
130 | extern int single_execution; | ||
131 | |||
129 | extern CONF *config; | 132 | extern CONF *config; |
130 | extern char *default_config_file; | 133 | extern char *default_config_file; |
131 | extern BIO *bio_err; | 134 | extern BIO *bio_err; |