Skip to content

Commit

Permalink
Auto merge of #3980 - Keruspe:master, r=alexcrichton
Browse files Browse the repository at this point in the history
update libgit2-sys for libressl compat
  • Loading branch information
bors committed Apr 30, 2017
2 parents 6b6dc8e + 5d76dd2 commit 7cfeec1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/build-auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ fn http_auth_offered() {
let mut conn = BufStream::new(server.accept().unwrap().0);
let req = headers(&mut conn);
let user_agent = if cfg!(windows) {
"User-Agent: git/1.0 (libgit2 0.25.1)"
"User-Agent: git/1.0 (libgit2 0.25.0)"
} else {
"User-Agent: git/2.0 (libgit2 0.25.1)"
"User-Agent: git/2.0 (libgit2 0.25.0)"
};
conn.write_all(b"\
HTTP/1.1 401 Unauthorized\r\n\
Expand Down

0 comments on commit 7cfeec1

Please sign in to comment.