From 513baee13d96cd200a6ed15a538774b768c2eac9 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 7 Jan 2006 03:21:49 +0000 Subject: Small fixes: * Fixed variable declaration in crypto.c that is not at the head of a block. * Added library to Visual C makefile. * In server.conf config sample, add additional comment text on "dev tap" usage. * Added some short documentation on revoke-full script. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@877 e7ae566f-a301-0410-adde-c780ea21d3b5 --- makefile.w32-vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile.w32-vc') diff --git a/makefile.w32-vc b/makefile.w32-vc index 49c1031..f92dbb3 100644 --- a/makefile.w32-vc +++ b/makefile.w32-vc @@ -24,7 +24,7 @@ LZO = \src\lzo-1.08.vc INCLUDE_DIRS = -I$(OPENSSL)/include -I$(LZO)/include -LIBS = lzo.lib ws2_32.lib crypt32.lib iphlpapi.lib winmm.lib gdi32.lib advapi32.lib +LIBS = lzo.lib ws2_32.lib crypt32.lib iphlpapi.lib winmm.lib gdi32.lib advapi32.lib wininet.lib LIB_DIRS = -LIBPATH:$(OPENSSL)\out -LIBPATH:$(LZO) -- cgit v1.2.3