]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cb/avoid-colliding-with-netbsd-hmac'
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2020 21:25:09 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2020 21:25:09 +0000 (14:25 -0700)
The <stdlib.h> header on NetBSD brings in its own definition of
hmac() function (eek), which conflicts with our own and unrelated
function with the same name.  Our function has been renamed to work
around the issue.

* cb/avoid-colliding-with-netbsd-hmac:
  builtin/receive-pack: avoid generic function name hmac()

1  2 
builtin/receive-pack.c

Simple merge