iwym: header_encryption.h

This commit is contained in:
Hamish Coleman 2023-06-13 22:38:47 +01:00
parent 20df771af7
commit 4838dd8d75
6 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,7 @@
*
*/
#include "n2n_typedefs.h"
int packet_header_decrypt (uint8_t packet[], uint16_t packet_len,
char *community_name,

View File

@ -155,7 +155,6 @@
/* ************************************** */
#include "header_encryption.h"
#include "tf.h"
#ifndef TRACE_ERROR

View File

@ -17,6 +17,7 @@
*/
#include "auth.h" // for generate_private_key
#include "header_encryption.h" // for packet_header_encrypt, packet_he...
#include "n2n.h"
#include "network_traffic_filter.h"
#include "edge_utils_win32.h"

View File

@ -17,6 +17,7 @@
*/
#include "header_encryption.h" // for packet_header_change_dynamic_key, pac...
#include "n2n.h"

View File

@ -17,6 +17,7 @@
*/
#include "auth.h" // for ascii_to_bin, calculate_dynamic_key
#include "header_encryption.h" // for packet_header_encrypt, packet_header_...
#include "n2n.h"
#define HASH_FIND_COMMUNITY(head, name, out) HASH_FIND_STR(head, name, out)

View File

@ -19,7 +19,6 @@
/* Supernode for n2n-2.x */
#include "n2n.h"
#include "header_encryption.h"
#define HASH_FIND_COMMUNITY(head, name, out) HASH_FIND_STR(head, name, out)