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/d1_srtp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/d1_srtp.c') diff --git a/src/lib/libssl/d1_srtp.c b/src/lib/libssl/d1_srtp.c index 1ea678a218..2236e94e63 100644 --- a/src/lib/libssl/d1_srtp.c +++ b/src/lib/libssl/d1_srtp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_srtp.c,v 1.26 2020/10/11 02:44:27 tb Exp $ */ +/* $OpenBSD: d1_srtp.c,v 1.27 2021/05/16 08:24:21 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -118,6 +118,7 @@ #include #include +#include #include "ssl_locl.h" -- cgit v1.2.3-55-g6feb