[tor/master] add a missing "compat_openssl.h"

23 Jan
2018
23 Jan
'18
7:41 p.m.
commit fa694f5af38d183471aeeba2799aa82bd4fc0a65 Author: Nick Mathewson <nickm@torproject.org> Date: Tue Jan 23 14:41:46 2018 -0500 add a missing "compat_openssl.h" --- src/common/crypto_openssl_mgt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/crypto_openssl_mgt.c b/src/common/crypto_openssl_mgt.c index 0720ef032..db5a52726 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)
2694
Age (days ago)
2694
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org