aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha/sha_one.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_one.c
parent79df9d62721467927c81f1fa91568340e873ee9c (diff)
downloadopenssl-d02f751ce1d13183a0c0e5528ec89f76587ed989.zip
openssl-d02f751ce1d13183a0c0e5528ec89f76587ed989.tar.gz
openssl-d02f751ce1d13183a0c0e5528ec89f76587ed989.tar.bz2
Message digest stuff.
Diffstat (limited to 'crypto/sha/sha_one.c')
-rw-r--r--crypto/sha/sha_one.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha_one.c b/crypto/sha/sha_one.c
index 6ef3f06..2d955de 100644
--- a/crypto/sha/sha_one.c
+++ b/crypto/sha/sha_one.c
@@ -61,7 +61,7 @@
#include <openssl/sha.h>
#ifndef NO_SHA0
-unsigned char *SHA(unsigned char *d, unsigned long n, unsigned char *md)
+unsigned char *SHA(const unsigned char *d, unsigned long n, unsigned char *md)
{
SHA_CTX c;
static unsigned char m[SHA_DIGEST_LENGTH];