diff options
Diffstat (limited to 'src/usr.bin/openssl/apps.h')
| -rw-r--r-- | src/usr.bin/openssl/apps.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index f5f654d6d2..f8d67ccacd 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.39 2025/01/02 12:31:44 tb Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.40 2025/01/02 12:36:21 tb 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 | * |
| @@ -128,6 +128,10 @@ | |||
| 128 | 128 | ||
| 129 | #include <unistd.h> | 129 | #include <unistd.h> |
| 130 | 130 | ||
| 131 | /* numbers in us */ | ||
| 132 | #define DGRAM_RCV_TIMEOUT 250000 | ||
| 133 | #define DGRAM_SND_TIMEOUT 250000 | ||
| 134 | |||
| 131 | extern CONF *config; | 135 | extern CONF *config; |
| 132 | extern char *default_config_file; | 136 | extern char *default_config_file; |
| 133 | extern BIO *bio_err; | 137 | extern BIO *bio_err; |
