projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'bw/submodule-is-active'
[git]
/
hash.h
diff --git
a/hash.h
b/hash.h
index
f0d9ddd
..
a11fc92
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