refactor: remove tr_dh code (#3443)

Refactor the MSE handshake Diffie-Hellman key code.
This commit is contained in:
Charles Kerr
2022-07-14 19:54:10 -05:00
committed by GitHub
parent c3db52e310
commit 2bcab6be7e
28 changed files with 517 additions and 1196 deletions

View File

@@ -32,8 +32,7 @@
#include "transmission.h"
#include "crypto-utils.h" /* tr_rand_buffer() */
#include "crypto.h" /* tr_ssha1_matches() */
#include "crypto-utils.h" /* tr_rand_buffer(), tr_ssha1_matches() */
#include "error.h"
#include "log.h"
#include "net.h"