grep: fix erroneously copy/pasted variable in check/assert pattern
[gitweb.git] / hash.h
diff --git a/hash.h b/hash.h
index f0d9ddd0c2c3aade692eaf41b6aa7c8fb5f55ba5..a11fc9233fc9bb7d876e2e97a1a149260d7a633c 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -7,6 +7,8 @@
 #include <CommonCrypto/CommonDigest.h>
 #elif defined(SHA1_OPENSSL)
 #include <openssl/sha.h>
+#elif defined(SHA1_DC)
+#include "sha1dc/sha1.h"
 #else /* SHA1_BLK */
 #include "block-sha1/sha1.h"
 #endif