From a8b9aba912c79e054dfdc5c6c7e64a42bc6ec541 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 31 Mar 2017 09:44:36 -0400 Subject: Change many tortls.h declarations of private APIs to use structs This change makes it so those those APIs will not require prior inclusion of openssl headers. I've left some APIs alone-- those will change to be extra-private. --- src/common/tortls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/tortls.c') diff --git a/src/common/tortls.c b/src/common/tortls.c index 3034fbcd57..aa1914068a 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -17,6 +17,7 @@ #include "orconfig.h" #define TORTLS_PRIVATE +#define TORTLS_OPENSSL_PRIVATE #include #ifdef _WIN32 /*wrkard for dtls1.h >= 0.9.8m of "#include "*/ -- cgit v1.2.3-54-g00ecf