summaryrefslogtreecommitdiff
path: root/src/transports/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transports/auth.c')
-rw-r--r--src/transports/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transports/auth.c b/src/transports/auth.c
index 19127379f..b5f9b4099 100644
--- a/src/transports/auth.c
+++ b/src/transports/auth.c
@@ -47,7 +47,7 @@ on_error:
}
static git_http_auth_context basic_context = {
- GIT_AUTHTYPE_BASIC,
+ GIT_HTTP_AUTH_BASIC,
GIT_CREDTYPE_USERPASS_PLAINTEXT,
0,
NULL,