mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
add a bn.h include to crypto_dh.c
This commit is contained in:
@@ -21,6 +21,8 @@ DISABLE_GCC_WARNING(redundant-decls)
|
||||
|
||||
ENABLE_GCC_WARNING(redundant-decls)
|
||||
|
||||
#include <openssl/bn.h>
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user