aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-03-22 17:02:09 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-03-22 17:02:09 +0000
commitd1bebde16276dfde094f9ff6c010ee1a84379940 (patch)
treeddfe70fd48406f81e337d1c1f231a116a0cd0ab6 /src/vpn
parent14e5afbe063678ae6b8337c68394bd3aa30b37b4 (diff)
downloadgnunet-d1bebde16276dfde094f9ff6c010ee1a84379940.tar.gz
gnunet-d1bebde16276dfde094f9ff6c010ee1a84379940.zip
* added vpn and exit to the default build options for mingw/windows builds. This code is considered experimental
and has not yet undergone intensive testing. Use it at your own peril, but we would still be really glad for feedback and bug reports! (thanks!) * fixed a typo in the exit-makefile (buildflags) * adjusted output of gnunet-helper-exit-windows to properly identify itself * updated driver-paths for looking for tap32/tap64
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-helper-vpn-windows.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-helper-vpn-windows.c b/src/vpn/gnunet-helper-vpn-windows.c
index f4ff9f5ea..04a8e7d58 100644
--- a/src/vpn/gnunet-helper-vpn-windows.c
+++ b/src/vpn/gnunet-helper-vpn-windows.c
@@ -73,13 +73,13 @@
73 * Name or Path+Name of our win32 driver. 73 * Name or Path+Name of our win32 driver.
74 * The .sys and .cat files HAVE to be in the same location as this file! 74 * The .sys and .cat files HAVE to be in the same location as this file!
75 */ 75 */
76#define INF_FILE "share/gnunet/tapw32/OemWin2k.inf" 76#define INF_FILE "share/gnunet/openvpn-tap32/tapw32/OemWin2k.inf"
77 77
78/** 78/**
79 * Name or Path+Name of our win64 driver. 79 * Name or Path+Name of our win64 driver.
80 * The .sys and .cat files HAVE to be in the same location as this file! 80 * The .sys and .cat files HAVE to be in the same location as this file!
81 */ 81 */
82#define INF_FILE64 "share/gnunet/tapw64/OemWin2k.inf" 82#define INF_FILE64 "share/gnunet/openvpn-tap32/tapw64/OemWin2k.inf"
83 83
84/** 84/**
85 * Hardware ID used in the inf-file. 85 * Hardware ID used in the inf-file.