aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-02 10:23:49 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-02 10:23:49 +0000
commit8dcab0a21d59adb07eb5151c8be883a44520e4b6 (patch)
treed3e66c24b012f0853cfa192bd11bc0a73284d7e2
parentb34e3da4e96d110290706f55ec44c97e796d65cd (diff)
downloadgnunet-8dcab0a21d59adb07eb5151c8be883a44520e4b6.tar.gz
gnunet-8dcab0a21d59adb07eb5151c8be883a44520e4b6.zip
-vpn should use crc16 from util
-rw-r--r--src/vpn/gnunet-daemon-exit.c1
-rw-r--r--src/vpn/gnunet-daemon-vpn.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index 608646202..e35f99024 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -33,7 +33,6 @@
33#include <string.h> 33#include <string.h>
34 34
35#include "gnunet-vpn-packet.h" 35#include "gnunet-vpn-packet.h"
36#include "gnunet-vpn-checksum.h"
37 36
38/** 37/**
39 * The handle to the configuration used throughout the process 38 * The handle to the configuration used throughout the process
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c
index ad6ed5044..919614ae7 100644
--- a/src/vpn/gnunet-daemon-vpn.c
+++ b/src/vpn/gnunet-daemon-vpn.c
@@ -37,7 +37,7 @@
37#include <block_dns.h> 37#include <block_dns.h>
38#include "gnunet_dns_service.h" 38#include "gnunet_dns_service.h"
39#include "gnunet-daemon-vpn.h" 39#include "gnunet-daemon-vpn.h"
40#include "gnunet-vpn-checksum.h" 40
41 41
42const struct GNUNET_CONFIGURATION_Handle *cfg; 42const struct GNUNET_CONFIGURATION_Handle *cfg;
43struct GNUNET_MESH_Handle *mesh_handle; 43struct GNUNET_MESH_Handle *mesh_handle;