git.txt: remove empty line before list continuation
[gitweb.git] / hash.h
diff --git a/hash.h b/hash.h
index 2ef098052d3d16dc41432b0dd78831e071d191d1..adde708cf26d90ffd7ae10e6cdb8bfd7c08b1db5 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -17,6 +17,8 @@
 
 #if defined(SHA256_GCRYPT)
 #include "sha256/gcrypt.h"
+#elif defined(SHA256_OPENSSL)
+#include <openssl/sha.h>
 #else
 #include "sha256/block/sha256.h"
 #endif