diff options
Diffstat (limited to 'ppc/sha1.c')
-rw-r--r-- | ppc/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppc/sha1.c b/ppc/sha1.c index b5d8af4551..1b705cee1f 100644 --- a/ppc/sha1.c +++ b/ppc/sha1.c @@ -11,7 +11,7 @@ #include "sha1.h" 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) { |