Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / bf / bf_locl.h
index c2b02439eca5f282abfbae71cf7e01ffd37e9dba..7936e6c56a232db66e9af10ea263453c4d3b6f1d 100644 (file)
@@ -58,7 +58,7 @@
 
 #ifndef _HEADER_BF_LOCL_H
 #define _HEADER_BF_LOCL_H
-#include "opensslconf.h" /* BF_PTR, BF_PTR2 */
+#include <openssl/opensslconf.h> /* BF_PTR, BF_PTR2 */
 
 #undef c2l
 #define c2l(c,l)       (l =((unsigned long)(*((c)++)))    , \