commit fa694f5af38d183471aeeba2799aa82bd4fc0a65
parent a172f02dfb5720c338acbe46200939f843435bd0
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 23 Jan 2018 14:41:46 -0500
add a missing "compat_openssl.h"
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)