diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-10 10:02:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-10 10:02:21 -0500 |
commit | c32a43a4d2bbd2be89888fc5a253e55c72bb466a (patch) | |
tree | f02dd76f2498fa0f3ddddea7b39c47ff44b94a0d /src/common/tortls.h | |
parent | 6512df34a4696a3adb1a2b3207fe7c886376aac5 (diff) | |
download | tor-c32a43a4d2bbd2be89888fc5a253e55c72bb466a.tar.gz tor-c32a43a4d2bbd2be89888fc5a253e55c72bb466a.zip |
Move openssl version compatibility defines into a new header.
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index 1cfe029adb..a719cb57c3 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -12,6 +12,7 @@ **/ #include "crypto.h" +#include "compat_openssl.h" #include "compat.h" #include "testsupport.h" |