From 6ea9ba6b09ff9e35104226f2e1b9e2540f4afa4e Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 2 Jan 2025 12:36:21 +0000 Subject: 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 --- src/usr.bin/openssl/apps.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/usr.bin/openssl/apps.h') 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 @@ -/* $OpenBSD: apps.h,v 1.39 2025/01/02 12:31:44 tb Exp $ */ +/* $OpenBSD: apps.h,v 1.40 2025/01/02 12:36:21 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -128,6 +128,10 @@ #include +/* numbers in us */ +#define DGRAM_RCV_TIMEOUT 250000 +#define DGRAM_SND_TIMEOUT 250000 + extern CONF *config; extern char *default_config_file; extern BIO *bio_err; -- cgit v1.2.3-55-g6feb