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 5b1c02d..8918837 100644
--- a/sys/crypto/sha1.c
+++ b/sys/crypto/sha1.c
@@ -220,7 +220,7 @@ sha1_pad(ctxt)
void
sha1_loop(ctxt, input0, len)
struct sha1_ctxt *ctxt;
- caddr_t input0;
+ const caddr_t input0;
size_t len;
{
u_int8_t *input;
OpenPOWER on IntegriCloud