diff options
| author | tb <> | 2025-01-02 12:36:21 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-02 12:36:21 +0000 |
| commit | c0e2e3a37259fa25952986da7dc8cad02683d400 (patch) | |
| tree | 78d082465164b39c886d0b6a747ad6f53f7bf8cd /src/usr.bin/openssl/apps.h | |
| parent | 8d0fcc0d460d9b0c35764534bef3e0d86dc8aab8 (diff) | |
| download | openbsd-c0e2e3a37259fa25952986da7dc8cad02683d400.tar.gz openbsd-c0e2e3a37259fa25952986da7dc8cad02683d400.tar.bz2 openbsd-c0e2e3a37259fa25952986da7dc8cad02683d400.zip | |
openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.h
This is an extra header for two stupid constants...
discussed with jsing
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; |
