Add inclusion of internal/evp_int.h to all crypto/ files that need it
[openssl.git] / crypto / evp / m_null.c
index 017e1feb0be988d6017a7f577b82a7c176caa886..b64911587fd41afa49ca23af49f33c4b6d577db5 100644 (file)
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>
+#include "internal/evp_int.h"
 
 static int init(EVP_MD_CTX *ctx)
 {
@@ -87,7 +88,6 @@ static const EVP_MD null_md = {
     final,
     NULL,
     NULL,
-    EVP_PKEY_NULL_method,
     0,
     sizeof(EVP_MD *),
 };