summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2026-06-07 02:36:04 +0000
committertb <>2026-06-07 02:36:04 +0000
commited4f97b8bdc3cc9a42cf950421f02e2216516baa (patch)
treec0b7a992b85699b4bdce5a4ad5da34087c4b7d8e /src
parent8cdf88a77937b647688dbbbe0a418cc23fa8e1cd (diff)
downloadopenbsd-ed4f97b8bdc3cc9a42cf950421f02e2216516baa.tar.gz
openbsd-ed4f97b8bdc3cc9a42cf950421f02e2216516baa.tar.bz2
openbsd-ed4f97b8bdc3cc9a42cf950421f02e2216516baa.zip
ssl_kex: include ssl_local.h
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/ssl_kex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_kex.c b/src/lib/libssl/ssl_kex.c
index fa420a35a3..9f7e471fe7 100644
--- a/src/lib/libssl/ssl_kex.c
+++ b/src/lib/libssl/ssl_kex.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_kex.c,v 1.12 2023/07/28 16:02:34 tb Exp $ */ 1/* $OpenBSD: ssl_kex.c,v 1.13 2026/06/07 02:36:04 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2020, 2021 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2020, 2021 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -24,6 +24,7 @@
24#include <openssl/objects.h> 24#include <openssl/objects.h>
25 25
26#include "bytestring.h" 26#include "bytestring.h"
27#include "ssl_local.h"
27 28
28#define DHE_MINIMUM_BITS 1024 29#define DHE_MINIMUM_BITS 1024
29 30