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_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/ssl_lib.c') diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c index 2e3be8b13f..3cb64cfb16 100644 --- a/src/lib/libssl/ssl_lib.c +++ b/src/lib/libssl/ssl_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_lib.c,v 1.256 2021/05/10 17:05:26 tb Exp $ */ +/* $OpenBSD: ssl_lib.c,v 1.257 2021/05/16 08:24:21 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -153,6 +153,7 @@ #include #include #include +#include #include #ifndef OPENSSL_NO_ENGINE -- cgit v1.2.3-55-g6feb