]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add a missing "compat_openssl.h"
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Jan 2018 19:41:46 +0000 (14:41 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 23 Jan 2018 19:41:46 +0000 (14:41 -0500)
src/common/crypto_openssl_mgt.c

index 0720ef032427d07593d8b3495165bf2efafdb247..db5a5272637c959012f79b0793e7a2ff827c0d58 100644 (file)
@@ -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)