]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ppc/sha1.c
Merge branch 'po/git-help-on-git-itself'
[thirdparty/git.git] / ppc / sha1.c
index ec6a1926d4465e61364a7a8450e8f4c86ed841f0..1b705cee1fe95150c8cce73a5cced934aea6cffd 100644 (file)
@@ -10,8 +10,8 @@
 #include <string.h>
 #include "sha1.h"
 
-extern void ppc_sha1_core(uint32_t *hash, const unsigned char *p,
-                         unsigned int nblocks);
+void ppc_sha1_core(uint32_t *hash, const unsigned char *p,
+                  unsigned int nblocks);
 
 int ppc_SHA1_Init(ppc_SHA_CTX *c)
 {