summaryrefslogtreecommitdiffstats
path: root/sys/crypto/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/sha1.c')
-rw-r--r--sys/crypto/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/sha1.c b/sys/crypto/sha1.c
index b210b52..3ba2c10 100644
--- a/sys/crypto/sha1.c
+++ b/sys/crypto/sha1.c
@@ -84,7 +84,7 @@ static u_int32_t _K[] = { 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6 };
sha1_step(ctxt); \
}
-static void sha1_step __P((struct sha1_ctxt *));
+static void sha1_step(struct sha1_ctxt *);
static void
sha1_step(ctxt)
OpenPOWER on IntegriCloud