On 2007-05-08 17:10:47 +0200, Johannes Schindelin wrote: > + char *`, but is actually expected to be a pointer to `unsigned > + char[20]`. This variable will contain the big endian version of the > + 40-character hex string representation of the SHA-1. Either it should be "unsigned char[40]" (or possibly 41 with a terminating \0), or else you shouldn't be talking about hexadecimal since it's just a 20-byte big-endian unsigned integer. (A third possibility is that I'm totally confused.) -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html