"make depend"
[oweals/openssl.git] / crypto / evp / m_dss1.c
index ff256b7b20da01e83dc32de875bb2f6a7e8e697d..4315086abe4d661294cc76abf8150d2bc18fe6ec 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "evp.h"
-#include "objects.h"
-#include "x509.h"
+#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
 
 static EVP_MD dss1_md=
        {
@@ -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);
        }