Change functions to ANSI C.
[openssl.git] / crypto / evp / m_dss1.c
index ff256b7b20da01e83dc32de875bb2f6a7e8e697d..2af70fdb604667502cc1452e765858df2b55a513 100644 (file)
@@ -75,7 +75,7 @@ static EVP_MD dss1_md=
        sizeof(EVP_MD *)+sizeof(SHA_CTX),
        };
 
-EVP_MD *EVP_dss1()
+EVP_MD *EVP_dss1(void)
        {
        return(&dss1_md);
        }