bio/b_sock.c: cleanup obsolete stuff.
[openssl.git] / crypto / evp / e_null.c
index b9502ebd2f0659d86a66f38501a9df1629eccda8..7843196455888d55e755665b68e4d5bc13491476 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_null.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -60,6 +59,7 @@
 #include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/objects.h>
+#include "internal/evp_int.h"
 
 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
                          const unsigned char *iv, int enc);