summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.h
diff options
context:
space:
mode:
authortb <>2025-01-02 12:36:21 +0000
committertb <>2025-01-02 12:36:21 +0000
commit6ea9ba6b09ff9e35104226f2e1b9e2540f4afa4e (patch)
tree78d082465164b39c886d0b6a747ad6f53f7bf8cd /src/usr.bin/openssl/apps.h
parentbfe41498f545753dac1119fd7055b642e2030ceb (diff)
downloadopenbsd-6ea9ba6b09ff9e35104226f2e1b9e2540f4afa4e.tar.gz
openbsd-6ea9ba6b09ff9e35104226f2e1b9e2540f4afa4e.tar.bz2
openbsd-6ea9ba6b09ff9e35104226f2e1b9e2540f4afa4e.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.h6
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
131extern CONF *config; 135extern CONF *config;
132extern char *default_config_file; 136extern char *default_config_file;
133extern BIO *bio_err; 137extern BIO *bio_err;