From e9caa8645e5da69ac503a365624896d33b91504b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 28 Jan 2015 10:00:58 -0500 Subject: Try to work around changes in openssl 1.1.0 Prefer not to use a couple of deprecated functions; include more headers in tortls.c This is part of ticket 14188. --- src/common/tortls.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/tortls.c') diff --git a/src/common/tortls.c b/src/common/tortls.c index ca629135a6..5df6364393 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -50,6 +50,8 @@ #include #include #include +#include +#include #if __GNUC__ && GCC_VERSION >= 402 #if GCC_VERSION >= 406 -- cgit v1.2.3-54-g00ecf