Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / bf / bf_cbc.c
index 90f1ffef2bc42bdb851d52d737b1c04922cf55e9..95d1cdcdf92798e12d108bb93092bd2246d1df06 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#include "blowfish.h"
+#include <openssl/blowfish.h>
 #include "bf_locl.h"
 
 void BF_cbc_encrypt(unsigned char *in, unsigned char *out, long length,