On Wed, Oct 24, 2018 at 7:41 PM brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> wrote: > diff --git a/sha256/block/sha256.h b/sha256/block/sha256.h > new file mode 100644 > index 0000000000..38f02f7e6c > --- /dev/null > +++ b/sha256/block/sha256.h > @@ -0,0 +1,26 @@ > +#ifndef SHA256_BLOCK_SHA256_H > +#define SHA256_BLOCK_SHA256_H > + > +#include "git-compat-util.h" this shouldn't be needed and might be discouraged as per the instructions in Documentation/CodingGuidelines Carlo