Change functions to ANSI C.
[openssl.git] / crypto / evp / m_dss.c
index 3549b1699c0d9fa1775a6fa13954ef290eefb4da..80b4eca1361dc017c9001942271e6fbfdec9435d 100644 (file)
@@ -75,7 +75,7 @@ static EVP_MD dsa_md=
        sizeof(EVP_MD *)+sizeof(SHA_CTX),
        };
 
-EVP_MD *EVP_dss()
+EVP_MD *EVP_dss(void)
        {
        return(&dsa_md);
        }