aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha_dgst.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-27 04:18:53 +0000
committerUlf Möller <ulf@openssl.org>1999-04-27 04:18:53 +0000
commitd02f751ce1d13183a0c0e5528ec89f76587ed989 (patch)
tree3ee5bb5030a36e5d5358d8a067b89232b0c6c15f /crypto/sha/sha_dgst.c
parent79df9d62721467927c81f1fa91568340e873ee9c (diff)
downloadopenssl-d02f751ce1d13183a0c0e5528ec89f76587ed989.tar.gz
Message digest stuff.
Diffstat (limited to 'crypto/sha/sha_dgst.c')
-rw-r--r--crypto/sha/sha_dgst.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/sha/sha_dgst.c b/crypto/sha/sha_dgst.c
index e75c66c220..5827c73cea 100644
--- a/crypto/sha/sha_dgst.c
+++ b/crypto/sha/sha_dgst.c
@@ -100,7 +100,8 @@ void SHA_Init(SHA_CTX *c)
c->num=0;
}
-void SHA_Update(SHA_CTX *c, register unsigned char *data, unsigned long len)
+void SHA_Update(SHA_CTX *c, const register unsigned char *data,
+ unsigned long len)
{
register SHA_LONG *p;
int ew,ec,sw,sc;