summaryrefslogtreecommitdiff
path: root/crypto/evp/m_sha.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_sha.c')
-rw-r--r--crypto/evp/m_sha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/m_sha.c b/crypto/evp/m_sha.c
index af4e434a22..2b5da3411e 100644
--- a/crypto/evp/m_sha.c
+++ b/crypto/evp/m_sha.c
@@ -75,7 +75,7 @@ static EVP_MD sha_md=
sizeof(EVP_MD *)+sizeof(SHA_CTX),
};
-EVP_MD *EVP_sha()
+EVP_MD *EVP_sha(void)
{
return(&sha_md);
}