From 6eb9f4e8d442a1181957027a462b0fd7230baeba Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 16 May 2021 13:56:31 +0000 Subject: Move DTLS structs/definitions/prototypes to dtls_locl.h. Now that the DTLS structs are opaque, add a dtls_locl.h header and move internal-only structs from dtls1.h, along with prototypes from ssl_locl.h. Only pull this header in where DTLS code actually exists. ok inoguchi@ tb@ --- src/lib/libssl/ssl_srvr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/ssl_srvr.c') diff --git a/src/lib/libssl/ssl_srvr.c b/src/lib/libssl/ssl_srvr.c index 5891424b26..1d63c21af1 100644 --- a/src/lib/libssl/ssl_srvr.c +++ b/src/lib/libssl/ssl_srvr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_srvr.c,v 1.109 2021/05/16 08:24:21 jsing Exp $ */ +/* $OpenBSD: ssl_srvr.c,v 1.110 2021/05/16 13:56:31 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -168,6 +168,7 @@ #endif #include "bytestring.h" +#include "dtls_locl.h" #include "ssl_sigalgs.h" #include "ssl_tlsext.h" -- cgit v1.2.3-55-g6feb