make update
[openssl.git] / crypto / evp / e_bf.c
index d6a017826e962a10539c286a8d7ed808612d9ea7..108a80b17c0d944111b9d35b8fcda938056b6d31 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_bf.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #ifndef OPENSSL_NO_BF
 # include <openssl/evp.h>
-# include "evp_locl.h"
+# include "internal/evp_int.h"
 # include <openssl/objects.h>
 # include <openssl/blowfish.h>