From b38eb13d0250b437c5743cee5f970c84ec31d898 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 16 May 2021 08:24:21 +0000 Subject: Explicitly include in files using OPENSSL_NO_* Where a file references to OPENSSL_NO_* conditions, ensure that we explicitly include before any references, rather than relying on another header to pull this in. --- src/lib/libssl/ssl_locl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/ssl_locl.h') diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 50ed47d7d8..ad21a3d28d 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.343 2021/05/05 19:52:00 jsing Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.344 2021/05/16 08:24:21 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -152,6 +152,7 @@ #include #include + #include #include #include -- cgit v1.2.3-55-g6feb