diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-13 08:38:41 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-13 08:38:41 +0000 |
commit | ce98fd24bd72d479805cb121ca8e118826f1ed76 (patch) | |
tree | b109113870455d2c5595a0833301f234353578e3 /makefile.w32-vc | |
parent | Renamed plugin to plugins to work around (diff) | |
download | openvpn-ce98fd24bd72d479805cb121ca8e118826f1ed76.tar.xz |
Merged PKCS#11 patch.
Pre-2.1_beta3
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@604 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'makefile.w32-vc')
-rw-r--r-- | makefile.w32-vc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile.w32-vc b/makefile.w32-vc index e37c8c8..bcd0c62 100644 --- a/makefile.w32-vc +++ b/makefile.w32-vc @@ -81,6 +81,7 @@ HEADERS = \ ntlm.h \ occ-inline.h \ occ.h \ + pkcs11.h \ openvpn.h \ openvpn-plugin.h \ options.h \ @@ -135,6 +136,7 @@ OBJS = base64.obj \ multi.obj \ ntlm.obj \ occ.obj \ + pkcs11.obj \ openvpn.obj \ options.obj \ otime.obj \ |