]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rj/hdr-check-gcrypt-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2019 07:16:25 +0000 (16:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2019 07:16:25 +0000 (16:16 +0900)
commit1de413bc1db8fb1d2269dd951269e798cf9a17fa
tree833aa084d342918dd60d69b3e828e9a8675f7467
parent2274fc75c33a8a1a551899e78e7746f311470d6f
parentf23aa18e7fef59f9187a733e752dc425aa5346bf
Merge branch 'rj/hdr-check-gcrypt-fix'

The set of header files used by "make hdr-check" unconditionally
included sha256/gcrypt.h, even when it is not used, causing the
make target to fail.  We now skip it when GCRYPT_SHA256 is not in
use.

* rj/hdr-check-gcrypt-fix:
  Makefile: fix 'hdr-check' when GCRYPT not installed
Makefile