summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.h
diff options
context:
space:
mode:
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;