summaryrefslogtreecommitdiff
path: root/src/hash.c
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-07-01 17:26:23 +0200
committerVicent Marti <tanoku@gmail.com>2011-07-01 17:26:23 +0200
commit17d523041df6247c21160cb19fa0e783ae40e43c (patch)
tree2ee8bdcd51b1eea9b2e23b7a5d2a289d284b1606 /src/hash.c
parentb2cef77ccf52b1fb55f8e1ca98ada48bbfe90b92 (diff)
downloadlibgit2-17d523041df6247c21160cb19fa0e783ae40e43c.tar.gz
build: Simplify build structure
This will make libgit2 more suitable for embedding.
Diffstat (limited to 'src/hash.c')
-rw-r--r--src/hash.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hash.c b/src/hash.c
index 775e4b4c1..b8b311bcb 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -28,10 +28,8 @@
#if defined(PPC_SHA1)
# include "ppc/sha1.h"
-#elif defined(OPENSSL_SHA1)
-# include <openssl/sha.h>
#else
-# include "block-sha1/sha1.h"
+# include "sha1.h"
#endif
struct git_hash_ctx {