diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-31 09:44:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-31 10:04:45 -0400 |
commit | a8b9aba912c79e054dfdc5c6c7e64a42bc6ec541 (patch) | |
tree | 33580861f21b6507b70a11840ba91efe177280ae /src/common/tortls.c | |
parent | 706c44a6ce0bbeee51c800521a3199d76e1dcd96 (diff) | |
download | tor-a8b9aba912c79e054dfdc5c6c7e64a42bc6ec541.tar.gz tor-a8b9aba912c79e054dfdc5c6c7e64a42bc6ec541.zip |
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.
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <assert.h> #ifdef _WIN32 /*wrkard for dtls1.h >= 0.9.8m of "#include <winsock.h>"*/ |