Add object cache to the revision pool.
[libgit2.git] / src / sha1.h
blobf4153cc66a588da14bfb5e0ce59dcd638e6cad2d
1 #ifndef INCLUDE_sha1_h__
2 #define INCLUDE_sha1_h__
4 #if defined(PPC_SHA1)
5 # include "ppc/sha1.h"
6 #elif defined(OPENSSL_SHA1)
7 # include <openssl/sha.h>
8 #else
9 # include "block-sha1/sha1.h"
10 #endif
12 #endif /* INCLUDE_sha1_h__ */