aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-09-12 13:30:58 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-03-25 12:05:23 +0000
commit51358a3f403c90bd77b9836860c095098feac53a (patch)
tree2ff0fe80682cbac2e1e3b94f9b14c30fcc917f10 /lib/Makefile.vc6
parentec5b8dc64797789d34023ab6f843eb0cfa3953b9 (diff)
vauth: Moved the DIGEST authentication code to the new vauth directory
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc62
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 54f7e516f..3e65386e8 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -623,6 +623,8 @@ X_OBJS= \
$(DIROBJ)\vauth.obj \
$(DIROBJ)\cleartext.obj \
$(DIROBJ)\cram.obj \
+ $(DIROBJ)\digest.obj \
+ $(DIROBJ)\digest_sspi.obj \
$(DIROBJ)\vtls.obj \
$(DIROBJ)\openssl.obj \
$(DIROBJ)\strdup.obj \