Change the command line options of mkerr.pl so -static is now default and
[oweals/openssl.git] / crypto / evp / m_md2.c
index 2209416142de128d77db5009de354f52c80336fe..4b842382838b9a933c0dd2dc434d2693b2d2cfe7 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 md2_md=
        {
@@ -75,7 +75,7 @@ static EVP_MD md2_md=
        sizeof(EVP_MD *)+sizeof(MD2_CTX),
        };
 
-EVP_MD *EVP_md2()
+EVP_MD *EVP_md2(void)
        {
        return(&md2_md);
        }