Move & split opensslconf.h.in
[openssl.git] / crypto / bf / bf_locl.h
index 9448aed424a0d942e9f814dc55f3b68a7aa6770c..fe2c9db9e0ea3f665937758cfe244a01cb7d5beb 100644 (file)
@@ -58,7 +58,8 @@
 
 #ifndef HEADER_BF_LOCL_H
 # define HEADER_BF_LOCL_H
-# include <openssl/opensslconf.h>/* BF_PTR, BF_PTR2 */
+# include <openssl/opensslconf.h>
+# include "internal/bf_conf.h"
 
 # undef c2l
 # define c2l(c,l)        (l =((unsigned long)(*((c)++)))    , \