From 599b53f0469e477275d56715ded46b749f5dd06b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Jun 2018 08:34:27 -0400 Subject: add a bn.h include to crypto_dh.c --- src/common/crypto_dh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/crypto_dh.c b/src/common/crypto_dh.c index 4c6b03cee8..a9bd348ff4 100644 --- a/src/common/crypto_dh.c +++ b/src/common/crypto_dh.c @@ -21,6 +21,8 @@ DISABLE_GCC_WARNING(redundant-decls) ENABLE_GCC_WARNING(redundant-decls) +#include + #include "common/torlog.h" /** A structure to hold the first half (x, g^x) of a Diffie-Hellman handshake @@ -506,4 +508,3 @@ crypto_dh_free_all(void) dh_param_p = dh_param_p_tls = dh_param_g = NULL; } - -- cgit v1.2.3-54-g00ecf