From: Nick Mathewson Date: Fri, 31 Mar 2017 13:44:36 +0000 (-0400) Subject: Change many tortls.h declarations of private APIs to use structs X-Git-Tag: tor-0.3.1.1-alpha~178^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8b9aba912c79e054dfdc5c6c7e64a42bc6ec541;p=thirdparty%2Ftor.git 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. --- 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 "*/