diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-09-12 13:30:58 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-25 12:05:23 +0000 |
commit | 51358a3f403c90bd77b9836860c095098feac53a (patch) | |
tree | 2ff0fe80682cbac2e1e3b94f9b14c30fcc917f10 /lib/Makefile.inc | |
parent | ec5b8dc64797789d34023ab6f843eb0cfa3953b9 (diff) | |
download | curl-51358a3f403c90bd77b9836860c095098feac53a.tar.gz |
vauth: Moved the DIGEST authentication code to the new vauth directory
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r-- | lib/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 838f55f58..365ec8a34 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -20,9 +20,10 @@ # ########################################################################### -LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c vauth/cram.c +LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c vauth/cram.c \ + vauth/digest.c vauth/digest_sspi.c -LIB_VAUTH_HFILES = vauth/vauth.h +LIB_VAUTH_HFILES = vauth/vauth.h vauth/digest.h LIB_VTLS_CFILES = vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c \ vtls/polarssl.c vtls/polarssl_threadlock.c vtls/axtls.c \ |