Skip to content
Snippets Groups Projects
Commit e04f5c57 authored by Steve Holme's avatar Steve Holme
Browse files

build: Corrected typos from commit 70e56939

parent 58a7bc96
No related branches found
No related tags found
No related merge requests found
......@@ -626,7 +626,7 @@ X_OBJS= \
$(DIROBJ)\krb5_sspi.obj \
$(DIROBJ)\ntlm.obj \
$(DIROBJ)\ntlm_sspi.obj \
$(DIROBJ)\oauth.obj \
$(DIROBJ)\oauth2.obj \
$(DIROBJ)\vtls.obj \
$(DIROBJ)\openssl.obj \
$(DIROBJ)\strdup.obj \
......
......@@ -42,7 +42,7 @@ SOURCE \
curl_sasl_sspi.c smb.c curl_endian.c curl_des.c \
vauth/vauth.c vauth/cleartext.c vauth/cram.c vauth/digest.c \
vauth/digest_sspi.c vauth/krb5_gssapi.c vauth/krb5_sspi.c \
vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth.c
vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c
USERINCLUDE ../../../lib ../../../include/curl
#ifdef ENABLE_SSL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment