diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-23 14:41:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-23 14:41:46 -0500 |
commit | fa694f5af38d183471aeeba2799aa82bd4fc0a65 (patch) | |
tree | 584c1d4e54f0e0c7f9a1068c0bc216eda2d2cafb /src/common/crypto_openssl_mgt.c | |
parent | a172f02dfb5720c338acbe46200939f843435bd0 (diff) | |
download | tor-fa694f5af38d183471aeeba2799aa82bd4fc0a65.tar.gz tor-fa694f5af38d183471aeeba2799aa82bd4fc0a65.zip |
add a missing "compat_openssl.h"
Diffstat (limited to 'src/common/crypto_openssl_mgt.c')
-rw-r--r-- | src/common/crypto_openssl_mgt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/crypto_openssl_mgt.c b/src/common/crypto_openssl_mgt.c index 0720ef0324..db5a527263 100644 --- a/src/common/crypto_openssl_mgt.c +++ b/src/common/crypto_openssl_mgt.c @@ -10,6 +10,7 @@ * \brief Block of functions related to operations from OpenSSL. **/ +#include "compat_openssl.h" #include "crypto_openssl_mgt.h" DISABLE_GCC_WARNING(redundant-decls) |