Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge: remove drop_save() in favor of remove_merge_branch_state()
[gitweb.git]
/
hash.h
diff --git
a/hash.h
b/hash.h
index a9bc6240202f7c11cce396f102984e0ee480a244..adde708cf26d90ffd7ae10e6cdb8bfd7c08b1db5 100644
(file)
--- a/
hash.h
+++ b/
hash.h
@@
-15,7
+15,13
@@
#include "block-sha1/sha1.h"
#endif
+#if defined(SHA256_GCRYPT)
+#include "sha256/gcrypt.h"
+#elif defined(SHA256_OPENSSL)
+#include <openssl/sha.h>
+#else
#include "sha256/block/sha256.h"
+#endif
#ifndef platform_SHA_CTX
/*