diff options
author | Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | 2018-01-19 18:56:13 +0100 |
---|---|---|
committer | Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | 2018-01-19 18:56:13 +0100 |
commit | 5cd74b4884d35b43e464a3dcc6125f7ca2a3b0e3 (patch) | |
tree | cd428634588d2ff9a7de5d38a33ce0198904cff0 /src/common/compat_openssl.h | |
parent | b3aa7be26c121d1a1fd6df7ab240745a08b6b406 (diff) | |
download | tor-5cd74b4884d35b43e464a3dcc6125f7ca2a3b0e3.tar.gz tor-5cd74b4884d35b43e464a3dcc6125f7ca2a3b0e3.zip |
Add crypto_openssl_mgt.[ch] for compiling dependencies.
Included crypto_openssl_mgt.[ch] into the appropiate files in order to resolve
compiling and dependencies issues.
Follows #24658.
Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
Diffstat (limited to 'src/common/compat_openssl.h')
-rw-r--r-- | src/common/compat_openssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat_openssl.h b/src/common/compat_openssl.h index c695f1e9df..d1b871b0f1 100644 --- a/src/common/compat_openssl.h +++ b/src/common/compat_openssl.h @@ -8,7 +8,7 @@ #define TOR_COMPAT_OPENSSL_H #include <openssl/opensslv.h> - +#include "crypto_openssl_mgt.h" /** * \file compat_openssl.h * |