diff options
Diffstat (limited to 'src/ppc/sha1.c')
-rw-r--r-- | src/ppc/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppc/sha1.c b/src/ppc/sha1.c index 947000f04..a34bf2557 100644 --- a/src/ppc/sha1.c +++ b/src/ppc/sha1.c @@ -9,7 +9,7 @@ #include "sha1.h" extern void ppc_sha1_core(uint32_t *hash, const unsigned char *p, - unsigned int nblocks); + unsigned int nblocks); int ppc_SHA1_Init(ppc_SHA_CTX *c) { |