summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha1dgst.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-20 22:48:55 +0000
committerUlf Möller <ulf@openssl.org>1999-04-20 22:48:55 +0000
commitf36cd05b22a587e552c97797b54fd07bc0762446 (patch)
tree61d0890fd438e29424e8db0e55a759f88b275de9 /crypto/sha/sha1dgst.c
parentb30ff644ad8c353af4dd5cd4a4f9470c01e12107 (diff)
Fix some warnings.
Diffstat (limited to 'crypto/sha/sha1dgst.c')
-rw-r--r--crypto/sha/sha1dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c
index 76373bd853..c7d52ee734 100644
--- a/crypto/sha/sha1dgst.c
+++ b/crypto/sha/sha1dgst.c
@@ -82,7 +82,7 @@ char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT;
#ifndef NOPROTO
# ifdef SHA1_ASM
- void sha1_block_x86(SHA_CTX *c, register unsigned long *p, int num);
+ void sha1_block_x86(SHA_CTX *c, register SHA_LONG *p, int num);
# define sha1_block sha1_block_x86
# else
void sha1_block(SHA_CTX *c, register SHA_LONG *p, int num);